Added log module
This commit is contained in:
parent
0277a779c9
commit
d537d4b69b
6 changed files with 38 additions and 7 deletions
|
@ -29,7 +29,7 @@ class MucHandler(MucRoomHandler):
|
|||
if(user.same_as(self.room_state.me)):
|
||||
return
|
||||
|
||||
for mod in self.client.module_manager.modules:
|
||||
for mod in self.client.module_manager.modules.itervalues():
|
||||
mod.groupchat(stanza.get_from().bare().as_unicode(), stanza.get_from().resource, stanza.get_body(), self.room_state.send_message)
|
||||
|
||||
def user_joined(self, user, stanza):
|
||||
|
|
Reference in a new issue