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.h | |
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.h')
-rw-r--r-- | Swift/Controllers/Chat/MUCController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h index b8972b1..c6901df 100644 --- a/Swift/Controllers/Chat/MUCController.h +++ b/Swift/Controllers/Chat/MUCController.h @@ -44,6 +44,7 @@ namespace Swift { MUCController(const JID& self, MUC::ref muc, const std::string &nick, StanzaChannel* stanzaChannel, IQRouter* iqRouter, ChatWindowFactory* chatWindowFactory, PresenceOracle* presenceOracle, AvatarManager* avatarManager, UIEventStream* events, bool useDelayForLatency, TimerFactory* timerFactory, EventController* eventController); ~MUCController(); boost::signal<void ()> onUserLeft; + boost::signal<void ()> onUserJoined; virtual void setOnline(bool online); void rejoin(); static void appendToJoinParts(std::vector<NickJoinPart>& joinParts, const NickJoinPart& newEvent); |