From: Magnus H. <leg...@us...> - 2008-06-17 14:53:24
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv15953 Modified Files: jabber.texi Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-545 Creator: Magnus Henoch <ma...@fr...> Manual: time queries Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.104 retrieving revision 1.105 diff -u -d -r1.104 -r1.105 --- jabber.texi 17 Jun 2008 14:52:58 -0000 1.104 +++ jabber.texi 17 Jun 2008 14:53:18 -0000 1.105 @@ -1086,10 +1086,15 @@ @cindex idle time, query @findex jabber-get-idle-time You can also ask a client about how long a user has been idle with -@kbd{M-x jabber-get-idle-time}. Not all clients support this, +@kbd{M-x jabber-get-idle-time}. Not all clients answer such queries, e.g. jabber.el doesn't. This command can also tell the uptime of a server or component. +The first of these commands uses the old Entity Time protocol +(@pxref{XEP-0090}). It has been superseded by XEP-0202, but jabber.el +doesn't implement the newer protocol yet. The latter two commands use +the Last Activity protocol (@pxref{XEP-0012}). + @node Useful features, Message history, Time queries, Top @chapter Useful features |