diff options
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.h')
| -rw-r--r-- | Swift/Controllers/Chat/MUCController.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h index 6244f6d..9d6428b 100644 --- a/Swift/Controllers/Chat/MUCController.h +++ b/Swift/Controllers/Chat/MUCController.h @@ -145,6 +145,7 @@ namespace Swift {              void updateChatWindowBookmarkStatus(const boost::optional<MUCBookmark>& bookmark);              void displaySubjectIfChanged(const std::string& sucject); +            void addChatSystemMessage();          private:              MUC::ref muc_; @@ -169,6 +170,7 @@ namespace Swift {              bool isImpromptuAlreadyConfigured_;              RosterVCardProvider* rosterVCardProvider_;              std::string lastJoinMessageUID_; +            std::string lastStartMessage_;              ClientBlockListManager* clientBlockListManager_;              boost::signals2::scoped_connection blockingOnStateChangedConnection_; | 
 Swift
 Swift