Changeset 256899f for doc


Ignore:
Timestamp:
2007-11-19T23:16:18Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7df5a08
Parents:
cd428e4 (diff), ef5c185 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging Jabber groupchat support.

Location:
doc/user-guide
Files:
2 edited

Legend:

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

    rcd428e4 r256899f  
    685685        </bitlbee-setting>
    686686
     687        <bitlbee-setting name="xmlconsole" type="boolean" scope="account">
     688                <default>false</default>
     689
     690                <description>
     691                        <para>
     692                                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.
     693                        </para>
     694                        <para>
     695                                If you want to enable this XML console permanently (and at login time already), you can set this setting.
     696                        </para>
     697                </description>
     698        </bitlbee-setting>
     699
    687700        <bitlbee-command name="rename">
    688701                <short-description>Rename (renick) a buddy</short-description>
  • doc/user-guide/misc.xml

    rcd428e4 r256899f  
    8181
    8282<para>
     83Some protocols (like Jabber) also support named groupchats. BitlBee now supports these too. You can use the <emphasis>join_chat</emphasis> command to join them. See <emphasis>help join_chat</emphasis> for more information.
     84</para>
     85
     86<para>
    8387This is all you'll probably need to know. If you have any problems, please read <emphasis>help groupchats3</emphasis>.
    8488</para>
Note: See TracChangeset for help on using the changeset viewer.