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/ChatController.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/ChatController.h')
-rw-r--r-- | Swift/Controllers/Chat/ChatController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/ChatController.h b/Swift/Controllers/Chat/ChatController.h index 00d167e..7043231 100644 --- a/Swift/Controllers/Chat/ChatController.h +++ b/Swift/Controllers/Chat/ChatController.h @@ -33,6 +33,7 @@ namespace Swift { protected: void cancelReplaces(); + JID getBaseJID(); private: void handlePresenceChange(boost::shared_ptr<Presence> newPresence); |