summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-09 13:45:46 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-09 13:45:46 (GMT)
commitdd6fe37580c5a0d9426312287cb4ed31116d8c4c (patch)
tree18d3fce2bda00090fc9a6b94922c6b87e192fb8b /Swift/Controllers/Chat/MUCController.h
parentc2dc47077e505ba1d45f203772dc6aa4f26656e4 (diff)
downloadswift-dd6fe37580c5a0d9426312287cb4ed31116d8c4c.zip
swift-dd6fe37580c5a0d9426312287cb4ed31116d8c4c.tar.bz2
Keep MUCs in the recent chats list.
Populate them with Available StatusShow::Type when they're joined, and None when they're not. Resolves: #907
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.h')
-rw-r--r--Swift/Controllers/Chat/MUCController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h
index 6b05a8e..b8972b1 100644
--- a/Swift/Controllers/Chat/MUCController.h
+++ b/Swift/Controllers/Chat/MUCController.h
@@ -49,6 +49,8 @@ namespace Swift {
static void appendToJoinParts(std::vector<NickJoinPart>& joinParts, const NickJoinPart& newEvent);
static std::string generateJoinPartString(const std::vector<NickJoinPart>& joinParts);
static std::string concatenateListOfNames(const std::vector<NickJoinPart>& joinParts);
+ bool isJoined();
+ const std::string& getNick();
protected:
void preSendMessageRequest(boost::shared_ptr<Message> message);