diff options
Diffstat (limited to 'Swift/Controllers/MUCController.h')
| -rw-r--r-- | Swift/Controllers/MUCController.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MUCController.h b/Swift/Controllers/MUCController.h index 7ee6e81..aa5a274 100644 --- a/Swift/Controllers/MUCController.h +++ b/Swift/Controllers/MUCController.h @@ -29,12 +29,13 @@ namespace Swift {  			void preSendMessageRequest(boost::shared_ptr<Message> message);  			bool isIncomingMessageFromMe(boost::shared_ptr<Message> message);  			String senderDisplayNameFromMessage(const JID& from);  		private:  			void handleWindowClosed(); +			void handleAvatarChanged(const JID& jid, const String&);  			void handleOccupantJoined(const MUCOccupant& occupant);  			void handleOccupantLeft(const MUCOccupant& occupant, MUC::LeavingType type, const String& reason);  			void handleOccupantPresenceChange(boost::shared_ptr<Presence> presence);  		private:  			MUC *muc_;  | 
 Swift