qulogic/pidgin

a79591f914bd
Parents fdb68b9b02b8
Children d121a4418d1f
jabber.c: remove the unnecessary debug warning if SSL/TLS is absent
--- a/libpurple/protocols/jabber/jabber.c Sat Nov 25 21:42:28 2017 +0800
+++ b/libpurple/protocols/jabber/jabber.c Tue Nov 28 16:20:03 2017 +0800
@@ -236,10 +236,6 @@
}
}
#else
- if (!purple_ssl_is_supported()) {
- purple_debug_warning("jabber", "No libpurple TLS/SSL support found.");
- }
-
/* It's a secure BOSH connection, just return FALSE and skip, without doing anything extra.
* XEP-0206 (XMPP Over BOSH): The client SHOULD ignore any Transport Layer Security (TLS)
* feature since BOSH channel encryption SHOULD be negotiated at the HTTP layer.