diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-05-28 23:03:10 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-05-28 23:03:10 +0000 |
| commit | d469324c78c048a6b666b6da1a00642679b2ee8a (patch) | |
| tree | 9f39185b07f8cdd67aedc1094209afe4efaa5248 /src/pedro/pedroxmpp.h | |
| parent | (bzr r1046) (diff) | |
| download | inkscape-d469324c78c048a6b666b6da1a00642679b2ee8a.tar.gz inkscape-d469324c78c048a6b666b6da1a00642679b2ee8a.zip | |
Add code to generate and display an SSL-connection event with a padlock
(bzr r1047)
Diffstat (limited to 'src/pedro/pedroxmpp.h')
| -rw-r--r-- | src/pedro/pedroxmpp.h | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ -133,6 +133,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<XmppUser> - XmppClient::groupChatGetUserList(const DOMString &groupJid); + groupChatGetUserList(const DOMString &groupJid); /** * |
