diff libpurple/protocols/jabber/jabber.c @ 26532:e344e2815454

Specify SSL properly in debug messages for BOSH sending debug output
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 04:57:02 +0000
parents d4af753e0e33
children e7bbcc1e2778
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Sat Apr 04 04:54:56 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Apr 04 04:57:02 2009 +0000
@@ -383,7 +383,7 @@
 		}
 
 		purple_debug(PURPLE_DEBUG_MISC, "jabber", "Sending%s: %s%s%s\n",
-				js->gsc ? " (ssl)" : "", text ? text : data,
+				jabber_stream_is_ssl(js) ? " (ssl)" : "", text ? text : data,
 				last_part ? "password removed" : "",
 				last_part ? last_part : "");