aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-02-24 11:20:54 -0800
committerWilmer van der Gaast <wilmer@gaast.net>2011-02-24 11:20:54 -0800
commit79ec314c445e6bf9a6fbef7a8681a56df2be0b63 (patch)
tree76bf2cc35b72d2d72790d56c25eaafe5925590ac
parentfd73022292ca51eab2c9838505abbf1d36e81197 (diff)
Doc fixes for Twitter: non-Twitter services are supported for a while already.
-rw-r--r--doc/user-guide/commands.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 42a995c9..85003f24 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -72,7 +72,7 @@
<description>
<para>
- This module gives you simple access to Twitter. Although it uses the Twitter API, only Twitter itself is supported at the moment.
+ This module gives you simple access to Twitter and Twitter API compatible services.
</para>
<para>
@@ -86,6 +86,20 @@
<para>
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>.)
</para>
+
+ <para>
+ 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>.
+ </para>
+ </description>
+ </bitlbee-command>
+
+ <bitlbee-command name="identica">
+ <syntax>account add identica &lt;handle&gt; [&lt;password&gt;]</syntax>
+
+ <description>
+ <para>
+ Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca, and with OAuth disabled.
+ </para>
</description>
</bitlbee-command>