Ignore:
File:
1 edited

Legend:

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

    r9997691 r0f84234  
    7979                                                To send tweets yourself, send them to the twitter_(yourusername) contact, or just write in the groupchat channel if you enabled that option.
    8080                                        </para>
    81 
    82                                         <para>
    83                                                 Since Twitter now requires OAuth authentication, you should not enter your Twitter password into BitlBee. Just type a bogus password. The first time you log in, BitlBee will start OAuth authentication. (See <emphasis>help set oauth</emphasis>.)
    84                                         </para>
    8581                                </description>
    8682                        </bitlbee-command>
     
    663659        </bitlbee-setting>
    664660
    665         <bitlbee-setting name="message_length" type="integer" scope="account">
    666                 <default>140</default>
    667 
    668                 <description>
    669                         <para>
    670                                 Since Twitter rejects messages longer than 140 characters, BitlBee can count message length and emit a warning instead of waiting for Twitter to reject it.
    671                         </para>
    672 
    673                         <para>
    674                                 You can change this limit here but this won't disable length checks on Twitter's side. You can also set it to 0 to disable the check in case you believe BitlBee doesn't count the characters correctly.
    675                         </para>
    676                 </description>
    677 
    678         </bitlbee-setting>
    679 
    680661        <bitlbee-setting name="mode" type="string" scope="account">
    681662                <possible-values>one, many, chat</possible-values>
     
    722703        </bitlbee-setting>
    723704
    724         <bitlbee-setting name="oauth" type="boolean" scope="account">
    725                 <default>true</default>
    726 
    727                 <description>
    728                         <para>
    729                                 This enables OAuth authentication for Twitter accounts. From June 2010 this will be mandatory.
    730                         </para>
    731 
    732                         <para>
    733                                 With OAuth enabled, you shouldn't tell BitlBee your Twitter password. Just add your account with a bogus password and type <emphasis>account on</emphasis>. BitlBee will then give you a URL to authenticate with Twitter. If this succeeds, Twitter will return a PIN code which you can give back to BitlBee to finish the process.
    734                         </para>
    735 
    736                         <para>
    737                                 The resulting access token will be saved permanently, so you have to do this only once.
    738                         </para>
    739                 </description>
    740 
    741         </bitlbee-setting>
    742 
    743705        <bitlbee-setting name="ops" type="string" scope="global">
    744706                <default>both</default>
     
    872834                        <para>
    873835                                Can be set for Jabber- and OSCAR-connections. For Jabber, you might have to set this if the servername isn't equal to the part after the @ in the Jabber handle. For OSCAR this shouldn't be necessary anymore in recent BitlBee versions.
    874                         </para>
    875                 </description>
    876         </bitlbee-setting>
    877 
    878         <bitlbee-setting name="show_offline" type="boolean" scope="global">
    879                 <default>false</default>
    880 
    881                 <description>
    882                         <para>
    883                                 If enabled causes BitlBee to also show offline users in Channel. Online-users will get op, away-users voice and offline users none of both. This option takes effect as soon as you reconnect.
    884836                        </para>
    885837                </description>
Note: See TracChangeset for help on using the changeset viewer.