From 5a48afdf1a4dafcda8eecf42fc7cabb12ee48b40 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 19 Dec 2011 14:51:58 +0100 Subject: Slight documentation fix: "both" is no longer a valid scope for a setting since there are three possible scopes now. --- doc/user-guide/commands.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 60e1cf61..3a9202dc 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -647,7 +647,7 @@ - + true @@ -671,7 +671,7 @@ - + true @@ -725,7 +725,7 @@ - + To mark yourself as away, it is recommended to just use /away, like on normal IRC networks. If you want to mark yourself as away on only one IM network, you can use this per-account setting. @@ -1075,7 +1075,7 @@ - + %-@nick @@ -1168,7 +1168,7 @@ - + Use this global setting to change your "NickServ" password. @@ -1396,10 +1396,10 @@ - + - Certain protocols (like Jabber/XMPP) support status messages, similar to away messages. They can be used to indicate things like your location or activity, without showing up as away/busy. + Most IM protocols support status messages, similar to away messages. They can be used to indicate things like your location or activity, without showing up as away/busy. @@ -1407,7 +1407,7 @@ - Away states set using /away or the away setting will override this setting. To un-set the setting, use set -del status. + Away states set using /away or the away setting will override this setting. To clear the setting, use set -del status. -- cgit v1.2.3 From 25b05b75be1acdd4c96a301839be525809f35a47 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 19 Dec 2011 18:34:06 +0100 Subject: Doc update. --- doc/user-guide/commands.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 3a9202dc..eb050c31 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1391,7 +1391,11 @@ - Currently only available for Jabber connections. Set this to true if the server accepts SSL connections. + Currently only available for Jabber connections. Set this to true if you want to connect to the server on an SSL-enabled port (usually 5223). + + + + Please note that this method of establishing a secure connection to the server has long been deprecated. You are encouraged to look at the tls setting instead. @@ -1484,6 +1488,24 @@ + + true + + + + Currently only available for Jabber connections in combination with the tls setting. Set this to true if you want BitlBee to strictly verify the server's certificate against a list of trusted certificate authorities. + + + + The hostname used in the certificate verification is the value of the server setting if the latter is nonempty and the domain of the username else. If you get a hostname related error when connecting to Google Talk with a username from the gmail.com or googlemail.com domain, please try to empty the server setting. + + + + Please note that no certificate verification is performed when the ssl setting is used, or when the CAfile setting in bitlbee.conf is not set. + + + + ": " -- cgit v1.2.3