diff libpurple/protocols/jabber/jabber.h @ 17606:108f3b42976f

Introduced an additional connection stage to the jabber connection progress in order to be able to tell in the application, whether SSL/TLS is enabled, so it can display a lock icon next to the connection.
author Andreas Monitzer <pidgin@monitzer.com>
date Wed, 20 Jun 2007 10:18:52 +0000
parents 8c3fbc353a9c
children ca0b86f3dbd2
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Wed Jun 20 00:25:37 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Wed Jun 20 10:18:52 2007 +0000
@@ -69,6 +69,7 @@
 	JABBER_STREAM_OFFLINE,
 	JABBER_STREAM_CONNECTING,
 	JABBER_STREAM_INITIALIZING,
+	JABBER_STREAM_INITIALIZING_ENCRYPTION,
 	JABBER_STREAM_AUTHENTICATING,
 	JABBER_STREAM_REINITIALIZING,
 	JABBER_STREAM_CONNECTED