Changeset 79ec314


Ignore:
Timestamp:
2011-02-24T19:20:54Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8e3890b
Parents:
fd73022
Message:

Doc fixes for Twitter: non-Twitter services are supported for a while already.

File:
1 edited

Legend:

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

    rfd73022 r79ec314  
    7373                                <description>
    7474                                        <para>
    75                                                 This module gives you simple access to Twitter. Although it uses the Twitter API, only Twitter itself is supported at the moment.
     75                                                This module gives you simple access to Twitter and Twitter API compatible services.
    7676                                        </para>
    7777                                       
     
    8787                                                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>.)
    8888                                        </para>
     89                                       
     90                                        <para>
     91                                                To use a non-Twitter service, change the <emphasis>base_url</emphasis> setting. For identi.ca, you can simply use <emphasis>account add identica</emphasis>.
     92                                        </para>
     93                                </description>
     94                        </bitlbee-command>
     95                       
     96                        <bitlbee-command name="identica">
     97                                <syntax>account add identica &lt;handle&gt; [&lt;password&gt;]</syntax>
     98
     99                                <description>
     100                                        <para>
     101                                                Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca, and with OAuth disabled.
     102                                        </para>
    89103                                </description>
    90104                        </bitlbee-command>
Note: See TracChangeset for help on using the changeset viewer.