diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-28 11:06:38 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-28 11:08:11 (GMT) |
commit | 534b7771cbfdee2fa60f6f154d578c3ef8cf2563 (patch) | |
tree | 21c09fa579ad4e9ef6cefdab98aee7e38a9f250e /Swift/Controllers/Chat/ChatControllerBase.h | |
parent | d6f10adb0a723022eb4e4b57cdfff8288145f407 (diff) | |
download | swift-contrib-534b7771cbfdee2fa60f6f154d578c3ef8cf2563.zip swift-contrib-534b7771cbfdee2fa60f6f154d578c3ef8cf2563.tar.bz2 |
Send label catalogue queries to bare/full JID as appropriate.
Resolves: #244
Diffstat (limited to 'Swift/Controllers/Chat/ChatControllerBase.h')
-rw-r--r-- | Swift/Controllers/Chat/ChatControllerBase.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/ChatControllerBase.h b/Swift/Controllers/Chat/ChatControllerBase.h index 8654311..b698581 100644 --- a/Swift/Controllers/Chat/ChatControllerBase.h +++ b/Swift/Controllers/Chat/ChatControllerBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Kevin Smith + * Copyright (c) 2010-2012 Kevin Smith * Licensed under the GNU General Public License v3. * See Documentation/Licenses/GPLv3.txt for more information. */ @@ -76,6 +76,8 @@ namespace Swift { std::string getErrorMessage(boost::shared_ptr<ErrorPayload>); virtual void setContactIsReceivingPresence(bool /* isReceivingPresence */) {} virtual void cancelReplaces() = 0; + /** JID any iq for account should go to - bare except for PMs */ + virtual JID getBaseJID(); private: IDGenerator idGenerator_; |