summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-08-01 01:36:18 +0200
committermathieui <mathieui@mathieui.net>2012-08-01 01:36:18 +0200
commitc890fefbc40377fd63f1d69011ed12a863e11043 (patch)
tree9de5cb6d023d64fa52d6f07154b3c18352c9e4ef /doc
parent47c593ddaf80b95ba48c826d8c2a7e9d95067cbc (diff)
downloadpoezio-c890fefbc40377fd63f1d69011ed12a863e11043.tar.gz
poezio-c890fefbc40377fd63f1d69011ed12a863e11043.tar.bz2
poezio-c890fefbc40377fd63f1d69011ed12a863e11043.tar.xz
poezio-c890fefbc40377fd63f1d69011ed12a863e11043.zip
Add an "online" contact sorting method
- put the online contacts at the beginning of the list - allows, e.g. jid_reverse_online_reverse, to put offline contacts at the start of the group, in alphabetical order
Diffstat (limited to 'doc')
-rw-r--r--doc/en/configure.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt
index fc854dba..8331d2ea 100644
--- a/doc/en/configure.txt
+++ b/doc/en/configure.txt
@@ -289,8 +289,9 @@ section of this documentation.
* reverse: reverse the current sorting
* jid: sort by JID (alphabetical order)
* show: sort by show (available/away/xa/…)
- * name: Sort by roster name (if no name, then the bare jid is used)
- * resource: Sort by resource number
+ * name: sort by roster name (if no name, then the bare jid is used)
+ * resource: sort by resource number
+ * online: sort by online presence (online or not)
Those methods can be arranged however you like, and they have to be
separated by underscores ("_"). If there are more than 3 or 4 chained