diff options
| author | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-01 08:50:37 (GMT) |
|---|---|---|
| committer | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-01 08:50:37 (GMT) |
| commit | 5a5e0e8328d0c2ec59478ce8a35152cc4f6b05b3 (patch) | |
| tree | c6743f4d550c9820bd5ab6e90f79216668dd0e53 /Swift/Controllers/Chat/ChatController.h | |
| parent | 497c5dced0df19fc8953b55aa36b4d1e7101620a (diff) | |
| download | swift-contrib-5a5e0e8328d0c2ec59478ce8a35152cc4f6b05b3.zip swift-contrib-5a5e0e8328d0c2ec59478ce8a35152cc4f6b05b3.tar.bz2 | |
Don't log outgoing MUC messages
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 ffb989c..daf687d 100644 --- a/Swift/Controllers/Chat/ChatController.h +++ b/Swift/Controllers/Chat/ChatController.h @@ -35,6 +35,7 @@ namespace Swift { protected: void cancelReplaces(); JID getBaseJID(); + void logMessage(const std::string& message, const JID& fromJID, const JID& toJID, const boost::posix_time::ptime& timeStamp, bool isIncoming); private: void handlePresenceChange(boost::shared_ptr<Presence> newPresence); |
Swift