summaryrefslogtreecommitdiff
path: root/jabber.texi
diff options
context:
space:
mode:
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