Changeset f26d9a3e for doc


Ignore:
Timestamp:
2012-11-24T14:10:34Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5f2f728
Parents:
c751e51
Message:

Add help info for "stream" setting. Also, disable it for non-Twitter accounts.

File:
1 edited

Legend:

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

    rc751e51 rf26d9a3e  
    10231023
    10241024        </bitlbee-setting>
     1025
     1026        <bitlbee-setting name="stream" type="boolean" scope="account">
     1027                <default>true</default>
     1028
     1029                <description>
     1030                        <para>
     1031                                For Twitter accounts, this setting enables use of the Streaming API. This automatically gives you incoming DMs as well.
     1032                        </para>
     1033                       
     1034                        <para>
     1035                                For other Twitter-like services, this setting is not supported.
     1036                        </para>
     1037                </description>
     1038
     1039        </bitlbee-setting>
    10251040       
    10261041        <bitlbee-setting name="target_url_length" type="integer" scope="account">
Note: See TracChangeset for help on using the changeset viewer.