Update of /cvsroot/emacs-jabber/emacs-jabber
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv1013
Modified Files:
jabber.texi
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-577
Creator: Magnus Henoch <ma...@fr...>
Manual: more JID symbols hacking
Index: jabber.texi
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- jabber.texi 12 Sep 2008 23:09:45 -0000 1.127
+++ jabber.texi 12 Sep 2008 23:09:56 -0000 1.128
@@ -2226,10 +2226,11 @@
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 @@
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
|