diff plugins/plugin_xep_0045.py @ 77:1ae680f9682e

wix: MUC groupchat management + short nick shown in chat window instead of full jid when possible
author Goffi <goffi@goffi.org>
date Tue, 30 Mar 2010 16:08:44 +1100
parents 8becde8a967c
children ace2af8abc5a
line wrap: on
line diff
--- a/plugins/plugin_xep_0045.py	Tue Mar 30 13:15:05 2010 +1100
+++ b/plugins/plugin_xep_0045.py	Tue Mar 30 16:08:44 2010 +1100
@@ -139,6 +139,10 @@
         user_data={'entity':user.entity or '', 'affiliation':user.affiliation, 'role':user.role} 
         self.host.bridge.roomUserLeft(room.roomIdentifier, room.service, user.nick, user_data, self.parent.profile)
 
+    def userUpdatedStatus(self, room, user, show, status):
+        print("FIXME: MUC status not managed yet")
+        #FIXME: gof
+
     def receivedSubject(self, room, subject):
         debug (_("New subject for room (%(room_id)s): %(subject)s") % {'room_id':room.occupantJID.userhost(),'subject':subject})
         self.host.bridge.roomNewSubject(room.roomIdentifier, room.service, subject, self.parent.profile)