diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-14 23:29:43 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-14 23:29:43 +0000 |
commit | a6df0b5d21370549328c7929a008abb68f2ed4db (patch) | |
tree | 4de1cd256776e404c6cda7d4f3a5e783aa7c2038 /doc/user-guide | |
parent | eda54e40d04c83028d84e91c895a550c1929b436 (diff) |
Added "xmlconsole" setting so it can be enabled at login time already.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index cf40782f..8f97558f 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -680,6 +680,19 @@ </description> </bitlbee-setting> + <bitlbee-setting name="xmlconsole" type="boolean" scope="account"> + <default>false</default> + + <description> + <para> + The Jabber module allows you to add a buddy <emphasis>xmlconsole</emphasis> to your contact list, which will then show you the raw XMPP stream between you and the server. You can also send XMPP packets to this buddy, which will then be sent to the server. + </para> + <para> + If you want to enable this XML console permanently (and at login time already), you can set this setting. + </para> + </description> + </bitlbee-setting> + <bitlbee-command name="rename"> <short-description>Rename (renick) a buddy</short-description> <syntax>rename <oldnick> <newnick></syntax> |