Ignore:
File:
1 edited

Legend:

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

    r4c73ba62 ra5c6ebd  
    6969                       
    7070                        <bitlbee-command name="twitter">
    71                                 <syntax>account add twitter &lt;handle&gt; [&lt;password&gt;]</syntax>
     71                                <syntax>account add twitter &lt;handle&gt;</syntax>
    7272
    7373                                <description>
     
    9595                       
    9696                        <bitlbee-command name="identica">
    97                                 <syntax>account add identica &lt;handle&gt; [&lt;password&gt;]</syntax>
     97                                <syntax>account add identica &lt;handle&gt;</syntax>
    9898
    9999                                <description>
    100100                                        <para>
    101                                                 Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca, and with OAuth disabled.
     101                                                Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca. It also works with OAuth (so don't specify your password).
    102102                                        </para>
    103103                                </description>
     
    835835        <bitlbee-setting name="commands" type="boolean" scope="account">
    836836                <default>true</default>
     837                <possible-values>true, false, strict</possible-values>
    837838
    838839                <description>
     
    848849                                <varlistentry><term>follow &lt;screenname&gt;</term><listitem><para>Start following a person</para></listitem></varlistentry>
    849850                                <varlistentry><term>unfollow &lt;screenname&gt;</term><listitem><para>Stop following a person</para></listitem></varlistentry>
     851                                <varlistentry><term>favourite &lt;screenname|#id&gt;</term><listitem><para>Favo<emphasis>u</emphasis>rite the given user's most recent tweet, or the given tweet ID.</para></listitem></varlistentry>
    850852                                <varlistentry><term>post &lt;message&gt;</term><listitem><para>Post a tweet</para></listitem></varlistentry>
    851853                        </variablelist>
    852854
    853855                        <para>
    854                                 Anything that doesn't look like a command will be treated as a tweet. Watch out for typos! :-)
     856                                Anything that doesn't look like a command will be treated as a tweet. Watch out for typos, or to avoid this behaviour, you can set this setting to <emphasis>strict</emphasis>, which causes the <emphasis>post</emphasis> command to become mandatory for posting a tweet.
    855857                        </para>
    856858                </description>
     
    928930                       
    929931                        <para>
     932                                With a ! prefix an inverted channel can be created, for example with this setting set to <emphasis>!group</emphasis> you can create a channel with all users <emphasis>not</emphasis> in that group.
     933                        </para>
     934                       
     935                        <para>
    930936                                Note that, when creating a new channel, BitlBee will try to preconfigure the channel for you, based on the channel name. See <emphasis>help channels</emphasis>.
    931937                        </para>
     
    10221028
    10231029        </bitlbee-setting>
     1030
     1031        <bitlbee-setting name="stream" type="boolean" scope="account">
     1032                <default>true</default>
     1033
     1034                <description>
     1035                        <para>
     1036                                For Twitter accounts, this setting enables use of the Streaming API. This automatically gives you incoming DMs as well.
     1037                        </para>
     1038                       
     1039                        <para>
     1040                                For other Twitter-like services, this setting is not supported.
     1041                        </para>
     1042                </description>
     1043
     1044        </bitlbee-setting>
    10241045       
    10251046        <bitlbee-setting name="target_url_length" type="integer" scope="account">
     
    13371358
    13381359        <bitlbee-setting name="show_ids" type="boolean" scope="account">
    1339                 <default>false</default>
     1360                <default>true</default>
    13401361
    13411362                <description>
     
    15011522
    15021523        <bitlbee-setting name="tls" type="boolean" scope="account">
    1503                 <default>try</default>
    1504 
    1505                 <description>
    1506                         <para>
    1507                                 Newer Jabber servers allow clients to convert a plain-text session to a TLS/SSL-encrypted session. Normally (with this setting set to <emphasis>try</emphasis>) BitlBee will do this, if possible.
    1508                         </para>
    1509 
    1510                         <para>
    1511                                 If you want to force BitlBee to use TLS sessions only (and to give up if that doesn't seem to be possible) you can set this setting to <emphasis>true</emphasis>. Set it to <emphasis>false</emphasis> if you want the session to remain plain-text.
     1524                <default>true</default>
     1525
     1526                <description>
     1527                        <para>
     1528                                By default (with this setting enabled), BitlBee will require Jabber servers to offer encryption via StartTLS and refuse to connect if they don't.
     1529                        </para>
     1530
     1531                        <para>
     1532                                If you set this to "try", BitlBee will use StartTLS only if it's offered. With the setting disabled, StartTLS support will be ignored and avoided entirely.
    15121533                        </para>
    15131534                </description>
     
    17671788        <bitlbee-command name="group">
    17681789                <short-description>Contact group management</short-description>
    1769                 <syntax>group list</syntax>
    1770 
    1771                 <description>
    1772                         <para>
    1773                                 Only the <emphasis>group list</emphasis> command is supported at the moment, which shows a list of all groups defined so far.
     1790                <syntax>group [ list | info &lt;group&gt; ]</syntax>
     1791
     1792                <description>
     1793                        <para>
     1794                                The <emphasis>group list</emphasis> command shows a list of all groups defined so far.
     1795                        </para>
     1796                       
     1797                        <para>
     1798                                The <emphasis>group info</emphasis> command shows a list of all members of a the group &lt;group&gt;.
    17741799                        </para>
    17751800                       
Note: See TracChangeset for help on using the changeset viewer.