diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-24 14:10:34 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-24 14:10:34 +0000 |
commit | f26d9a3e54a89b640902d6ffad4f3d32b76dc97e (patch) | |
tree | ed970fc63b9c73cc0df9135b6748b65fa1225075 /doc | |
parent | c751e512afd4dc200c04a70cc6d0edb94e63e8b3 (diff) |
Add help info for "stream" setting. Also, disable it for non-Twitter accounts.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user-guide/commands.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 7a4baa73..1f463815 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1022,6 +1022,21 @@ </description> </bitlbee-setting> + + <bitlbee-setting name="stream" type="boolean" scope="account"> + <default>true</default> + + <description> + <para> + For Twitter accounts, this setting enables use of the Streaming API. This automatically gives you incoming DMs as well. + </para> + + <para> + For other Twitter-like services, this setting is not supported. + </para> + </description> + + </bitlbee-setting> <bitlbee-setting name="target_url_length" type="integer" scope="account"> <default>20</default> |