diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 00:31:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 00:31:55 +0100 |
commit | 4346c3f4343d0cf67a7eefc381c5b10e15011ce8 (patch) | |
tree | c8777657d9beb067fa5e92f2df7b193fa0ae60a1 /doc/user-guide | |
parent | 3709301b1559aabb3292e8c15bac14a85d8fc31e (diff) | |
parent | ef14a83adbb9036c0006ad460c5e11882a3d7e13 (diff) |
Merging mainline.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index d0ce485e..46d12a9c 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -530,6 +530,24 @@ </description> </bitlbee-setting> + <bitlbee-setting name="base_url" type="string" scope="account"> + <default>http://twitter.com</default> + + <description> + <para> + There are more services that understand the Twitter API than just Twitter.com. BitlBee can connect to all Twitter API implementations. + </para> + + <para> + For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca. + </para> + + <para> + Keep two things in mind: When not using Twitter, you <emphasis>must</emphasis> also disable the <emphasis>oauth</emphasis> setting as it currently only works with Twitter. If you're still having issues, make sure there is <emphasis>no</emphasis> slash at the end of the URL you enter here. + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="charset" type="string" scope="global"> <default>utf-8</default> <possible-values>you can get a list of all possible values by doing 'iconv -l' in a shell</possible-values> |