Update of /cvsroot/emacs-jabber/emacs-jabber
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25711
Modified Files:
jabber.el jabber.texi
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-570
Creator: Magnus Henoch <ma...@fr...>
Manual: debug options. And update jabber-debug-log-xml docstring.
Index: jabber.el
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.el,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- jabber.el 17 Jun 2008 14:52:21 -0000 1.91
+++ jabber.el 26 Aug 2008 01:49:59 -0000 1.92
@@ -196,7 +196,7 @@
;;;###autoload
(defcustom jabber-debug-log-xml nil
- "log all XML i/o in *-jabber-xml-log-*"
+ "log all XML i/o in *-jabber-xml-log-JID-*"
:type 'boolean
:group 'jabber-debug)
Index: jabber.texi
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- jabber.texi 26 Aug 2008 01:26:43 -0000 1.123
+++ jabber.texi 26 Aug 2008 01:49:59 -0000 1.124
@@ -2097,16 +2097,22 @@
@node Debug options, , Hooks, Customization
@section Debug options
-@vindex jabber-debug-log-xml
-@cindex XML log
-
These settings provide a lot of information which is usually not very
interesting, but can be useful for debugging various things.
+@vindex jabber-debug-log-xml
+@cindex XML log
@code{jabber-debug-log-xml} activates XML logging. All XML stanzas
-sent and received are logged in the buffer @code{*-jabber-xml-log-*}
+sent and received are logged in the buffer @code{*-jabber-xml-log-@var{jid}-*}
in list format. @xref{XML representation}.
+@vindex jabber-debug-keep-process-buffers
+Usually, the process buffers for Jabber connections are killed when the
+connection is closed, as they would otherwise just fill up memory.
+However, they might contain information about why the connection was
+lost. To keep process buffers, set
+@code{jabber-debug-keep-process-buffers} to @code{t}.
+
@node Hacking and extending, Protocol support, Customization, Top
@chapter Hacking and extending
|