Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r3933853 ra6df0b5  
    681681        </bitlbee-setting>
    682682
     683        <bitlbee-setting name="xmlconsole" type="boolean" scope="account">
     684                <default>false</default>
     685
     686                <description>
     687                        <para>
     688                                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.
     689                        </para>
     690                        <para>
     691                                If you want to enable this XML console permanently (and at login time already), you can set this setting.
     692                        </para>
     693                </description>
     694        </bitlbee-setting>
     695
    683696        <bitlbee-command name="rename">
    684697                <short-description>Rename (renick) a buddy</short-description>
     
    823836        <bitlbee-command name="join_chat">
    824837                <short-description>Join a named groupchat/conference room</short-description>
    825                 <syntax>join_chat &lt;connection&gt; &lt;room name&gt; [&lt;channel name&gt;] [&lt;room nickname&gt;] [&lt;password&gt;]</syntax>
     838                <syntax>import_buddies &lt;connection&gt; &lt;room name&gt; [&lt;channel name&gt;] [&lt;room nickname&gt;] [&lt;password&gt;]</syntax>
    826839
    827840                <description>
Note: See TracChangeset for help on using the changeset viewer.