diff options
Diffstat (limited to 'Swiften/Server/ServerFromClientSession.h')
| -rw-r--r-- | Swiften/Server/ServerFromClientSession.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Server/ServerFromClientSession.h b/Swiften/Server/ServerFromClientSession.h index 5883742..2ac4296 100644 --- a/Swiften/Server/ServerFromClientSession.h +++ b/Swiften/Server/ServerFromClientSession.h @@ -38,6 +38,7 @@ namespace Swift {  					UserRegistry* userRegistry);  			boost::signal<void ()> onSessionStarted; +			void setAllowSASLEXTERNAL();  		private:  			void handleElement(boost::shared_ptr<Element>); @@ -53,6 +54,7 @@ namespace Swift {  			UserRegistry* userRegistry_;  			bool authenticated_;  			bool initialized; +			bool allowSASLEXTERNAL;  			String user_;  	};  }  | 
 Swift