Changeset eb6df6a for doc/user-guide
- Timestamp:
- 2010-07-11T17:21:21Z (14 years ago)
- Branches:
- master
- Children:
- be999a5
- Parents:
- 3759849 (diff), 00540d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r3759849 reb6df6a 633 633 </bitlbee-setting> 634 634 635 <bitlbee-setting name="base_url" type="string" scope="account"> 636 <default>http://twitter.com</default> 637 638 <description> 639 <para> 640 There are more services that understand the Twitter API than just Twitter.com. BitlBee can connect to all Twitter API implementations. 641 </para> 642 643 <para> 644 For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca. 645 </para> 646 647 <para> 648 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. 649 </para> 650 </description> 651 </bitlbee-setting> 652 635 653 <bitlbee-setting name="buddy_sendbuffer" type="boolean" scope="global"> 636 654 <default>false</default> … … 1231 1249 </bitlbee-setting> 1232 1250 1251 <bitlbee-setting name="user_agent" type="string" scope="account"> 1252 <default>BitlBee</default> 1253 1254 <description> 1255 <para> 1256 Some Jabber servers are configured to only allow a few (or even just one) kinds of XMPP clients to connect to them. 1257 </para> 1258 1259 <para> 1260 You can change this setting to make BitlBee present itself as a different client, so that you can still connect to these servers. 1261 </para> 1262 </description> 1263 </bitlbee-setting> 1264 1233 1265 <bitlbee-setting name="voice_buddies" type="string" scope="global"> 1234 1266 <default>notaway</default> … … 1244 1276 </para> 1245 1277 </description> 1246 1247 1278 </bitlbee-setting> 1248 1279
Note: See TracChangeset
for help on using the changeset viewer.