diff --git a/include/Swiften/Server/ServerFromClientSession.h b/include/Swiften/Server/ServerFromClientSession.h index 6fbe44ff5bf214d31147ba937adf608e8ae91e66..b22da26587429e7229bdc2b99446cfa09531ec5e 100644 --- a/include/Swiften/Server/ServerFromClientSession.h +++ b/include/Swiften/Server/ServerFromClientSession.h @@ -53,11 +53,13 @@ namespace Swift { return Swift::JID(user_, getLocalJID().getDomain()); } + void handlePasswordValid(); + void handlePasswordInvalid(); + private: void handleElement(boost::shared_ptr); void handleStreamStart(const ProtocolHeader& header); - void handlePasswordValid(const std::string &user); - void handlePasswordInvalid(const std::string &user); + void handleSessionFinished(const boost::optional&); void setInitialized(); bool isInitialized() const {