summaryrefslogtreecommitdiff
path: root/jabber.texi
diff options
context:
space:
mode:
authorMagnus Henoch <mange@freemail.hu>2008-09-12 23:09:56 +0000
committerKirill A. Korinskiy <catap@catap.ru>2008-09-12 23:09:56 +0000
commit8591e7ccd9083223fa821c353483cd0d473236fa (patch)
treee288f47e8ef8e2ab8525732a6f666885abbcdcae /jabber.texi
parent6ab682f2d2f811e9002b02298928fedde2fc11e5 (diff)
Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-577
Creator: Magnus Henoch <mange@freemail.hu> Manual: more JID symbols hacking
Diffstat (limited to 'jabber.texi')
-rw-r--r--jabber.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/jabber.texi b/jabber.texi
index ff5d3ef..d63019b 100644
--- a/jabber.texi
+++ b/jabber.texi
@@ -2226,10 +2226,11 @@ The XML tag received from the server on roster update
The name of the roster item (just like the XML attribute)
@item subscription
-The subscription state (also copied)
+The subscription state; a string, one of @code{"none"}, @code{"from"},
+@code{"to"} and @code{"both"}
@item ask
-The ask state (copied)
+The ask state; either @code{nil} or @code{"subscribe"}
@item groups
A list of strings (possibly empty) containing all the groups the
@@ -2239,7 +2240,10 @@ contact is in
Boolean, true if any resource is connected
@item show
-Presence show status for highest-priority connected resource
+Presence show value for highest-priority connected resource; a string,
+one of @code{""} (i.e. online), @code{"away"}, @code{"xa"},
+@code{"dnd"}, @code{"chat"}, @code{"error"} and @code{nil}
+(i.e. offline)
@item status
Presence status message for highest-priority connected resource