From d469324c78c048a6b666b6da1a00642679b2ee8a Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Sun, 28 May 2006 23:03:10 +0000 Subject: Add code to generate and display an SSL-connection event with a padlock (bzr r1047) --- src/pedro/pedroxmpp.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/pedro/pedroxmpp.h') diff --git a/src/pedro/pedroxmpp.h b/src/pedro/pedroxmpp.h index d26b83b76..0e07013e6 100644 --- a/src/pedro/pedroxmpp.h +++ b/src/pedro/pedroxmpp.h @@ -132,6 +132,13 @@ public: */ static const int EVENT_DISCONNECTED = 11; + /** + * Client has begun speaking to the server in SSL. This is usually + * emitted just before EVENT_CONNECTED, since authorization has not + * yet taken place. + */ + static const int EVENT_SSL_STARTED = 12; + /** * Client has successfully registered a new account on a server. * The server is in getFrom(), the user in getTo() @@ -959,7 +966,7 @@ public: * */ virtual std::vector - XmppClient::groupChatGetUserList(const DOMString &groupJid); + groupChatGetUserList(const DOMString &groupJid); /** * -- cgit v1.2.3