diff options
Diffstat (limited to 'Swiften/Server/ServerFromClientSession.h')
-rw-r--r-- | Swiften/Server/ServerFromClientSession.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Swiften/Server/ServerFromClientSession.h b/Swiften/Server/ServerFromClientSession.h index 213f5c7..748f7eb 100644 --- a/Swiften/Server/ServerFromClientSession.h +++ b/Swiften/Server/ServerFromClientSession.h @@ -31,14 +31,6 @@ namespace Swift { PayloadSerializerCollection* payloadSerializers, UserRegistry* userRegistry); - const JID& getJID() const { - return jid_; - } - - const JID& getDomain() const { - return domain_; - } - private: void handleElement(boost::shared_ptr<Element>); void handleStreamStart(const ProtocolHeader& header); @@ -47,8 +39,6 @@ namespace Swift { String id_; UserRegistry* userRegistry_; bool authenticated_; - JID domain_; String user_; - JID jid_; }; } |