diff options
| author | Kevin Smith <git@kismith.co.uk> | 2011-07-09 19:00:30 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2011-07-09 19:00:30 (GMT) |
| commit | 3e154a0c3eae309acecdfe7524cfe1e1ca95386a (patch) | |
| tree | f118f8cdb62494370d93ac743cde92a02360b586 /Swift/Controllers/Chat/MUCController.cpp | |
| parent | 26ac55fc087fb49abbdd164e125e41207e66f9fd (diff) | |
| download | swift-contrib-3e154a0c3eae309acecdfe7524cfe1e1ca95386a.zip swift-contrib-3e154a0c3eae309acecdfe7524cfe1e1ca95386a.tar.bz2 | |
Track when a user joins a MUC for the ChatList
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.cpp')
| -rw-r--r-- | Swift/Controllers/Chat/MUCController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/MUCController.cpp b/Swift/Controllers/Chat/MUCController.cpp index 2ac6109..93ceb13 100644 --- a/Swift/Controllers/Chat/MUCController.cpp +++ b/Swift/Controllers/Chat/MUCController.cpp @@ -185,6 +185,7 @@ void MUCController::handleJoinComplete(const std::string& nick) { clearPresenceQueue(); shouldJoinOnReconnect_ = true; setEnabled(true); + onUserJoined(); } void MUCController::handleAvatarChanged(const JID& jid) { |
Swift