aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-10 12:45:31 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-10 12:45:31 +0100
commitecae65f7337dbf8c0e2dbc6388d6e35804e1c3ce (patch)
treed7471d082b2e3292afac1dd6d52463b70cdbf5c3 /doc/README
parent3c9b095f6b8844369d135ee3998b6a72de76196f (diff)
Some doc fixes, removing a % that was never supposed to be at the end of
the default MOTD.
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README b/doc/README
index 0ccd1d3d..d5d4d1c9 100644
--- a/doc/README
+++ b/doc/README
@@ -66,12 +66,12 @@ DEPENDENCIES
BitlBee's only real dependency is GLib. This is available on virtually every
platform. Any recent version of GLib (2.4 or higher) will work.
-These days, MSN Messenger clients have to connect to the MS Passport servers
-through HTTPS. BitlBee can use several SSL libraries for this: GnuTLS, NSS
-(which comes with Mozilla) and OpenSSL. OpenSSL is not GPL-compatible in some
-situations, so using GnuTLS or NSS is preferred. However, especially on *BSD,
-OpenSSL can be considered part of the operating system, which eliminates the
-GPL incompatibility.
+These days, many IM protocols use SSL/TLS connections (for authentication
+or for the whole session). BitlBee can use several SSL libraries for this:
+GnuTLS, NSS (which comes with Mozilla) and OpenSSL. OpenSSL is not GPL-
+compatible in some situations, so using GnuTLS is preferred. However,
+especially on *BSD, OpenSSL can be considered part of the operating system,
+which eliminates the GPL incompatibility.
The incompatibility is also the reason why the SSL library detection code
doesn't attempt to use OpenSSL. If you want to use OpenSSL, you have to