From 4eef27179a98cc1dd478ee9ccd05f30e36ce43bc Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 23 Jun 2010 01:13:46 +0100 Subject: Added user_agent setting to Jabber accounts so people can get around ridiculous user agent restrictions on certain Jabber servers. Obviously this is pretty simple to detect and break, but it works at least with Openfire. --- doc/user-guide/commands.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 15ed4c34..e85dadf4 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1005,6 +1005,20 @@ + + BitlBee + + + + Some Jabber servers are configured to only allow a few (or even just one) kinds of XMPP clients to connect to them. + + + + You can change this setting to make BitlBee present itself as a different client, so that you can still connect to these servers. + + + + false -- cgit v1.2.3 From 8eb0b76410b42490028448d22a26647faba6b916 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Jul 2010 18:25:05 +0100 Subject: Document the base_url setting (for using other Twitter API services). --- doc/user-guide/commands.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index e85dadf4..0cef37ce 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -483,6 +483,24 @@ + + http://twitter.com + + + + There are more services that understand the Twitter API than just Twitter.com. BitlBee can connect to all Twitter API implementations. + + + + For example, set this setting to http://identi.ca/api to use Identi.ca. + + + + Keep two things in mind: When not using Twitter, you must also disable the oauth setting as it currently only works with Twitter. If you're still having issues, make sure there is no slash at the end of the URL you enter here. + + + + false -- cgit v1.2.3