|
From: Magnus H. <leg...@us...> - 2009-01-28 03:05:10
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1798 Modified Files: jabber.texi Log Message: Manual: stanza chains Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.140 retrieving revision 1.141 diff -u -d -r1.140 -r1.141 --- jabber.texi 28 Jan 2009 02:10:01 -0000 1.140 +++ jabber.texi 28 Jan 2009 02:11:51 -0000 1.141 @@ -2559,11 +2559,12 @@ If you really need to get under the skin of jabber.el, you can add functions to the lists @code{jabber-message-chain}, -@code{jabber-iq-chain} and @code{jabber-presence-chain}. The functions -in these lists will be called in order when an XML stanza of the -corresponding type arrives, with the entire XML stanza passed as the -only argument. Earlier functions can modify the stanza to change the -behaviour of downstream functions. +@code{jabber-iq-chain} and @code{jabber-presence-chain}. The +functions in these lists will be called in order when an XML stanza of +the corresponding type arrives, with the connection object and the +entire XML stanza passed as arguments. Earlier functions can modify +the stanza to change the behaviour of downstream functions, but +remember: with great power comes great responsibility. @node Protocol support, Concept index, Hacking and extending, Top @appendix Protocol support |