From: Magnus H. <leg...@us...> - 2008-09-12 23:09:51
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv1000 Modified Files: jabber.texi Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-576 Creator: Magnus Henoch <ma...@fr...> Manual: roster structure -> JID symbols Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- jabber.texi 11 Sep 2008 08:23:17 -0000 1.126 +++ jabber.texi 12 Sep 2008 23:09:45 -0000 1.127 @@ -2124,7 +2124,7 @@ @menu * Connection object:: * XML representation:: -* Roster structure:: +* JID symbols:: * Listening for new requests:: * Sending new requests:: * Extending service discovery:: @@ -2166,7 +2166,7 @@ @var{connection}, i.e. a string of the form @code{"username@@server"}. @end defun -@node XML representation, Roster structure, Connection object, Hacking and extending +@node XML representation, JID symbols, Connection object, Hacking and extending @section XML representation @cindex XML representation @@ -2210,15 +2210,11 @@ function. @end defun -@node Roster structure, Listening for new requests, XML representation, Hacking and extending -@section Roster structure +@node JID symbols, Listening for new requests, XML representation, Hacking and extending +@section JID symbols -@vindex *jabber-roster* @vindex jabber-jid-obarray - -Roster entries are contained in the list @code{*jabber-roster*}. - -A roster entry is a symbol. Its name is the JID, and it is interned +JIDs are sometimes represented as symbols. Its name is the JID, and it is interned in @code{jabber-jid-obarray}. A roster entry can have the following properties: @@ -2260,7 +2256,7 @@ @code{show} and @code{status} by the function @code{jabber-prioritize-resources}. -@node Listening for new requests, Sending new requests, Roster structure, Hacking and extending +@node Listening for new requests, Sending new requests, JID symbols, Hacking and extending @section Listening for new requests @findex jabber-send-iq |