[PyXMPP] Using pyxmpp with muc

Martin Owens doctormo at gmail.com
Wed Mar 26 20:51:47 CET 2008


Hi,

I'm trying to use pyxmpp for chat room (conferencing) control but it
doesn't seem to do what is expected. In the MucRoomHandler and
MucRoomManager none of the events for receiving messages or presence
kick off and instead these messages end up going to the underlying
pyxmpp.jabber.Client class (stream)

The rooms are connected, I can see things comming in through debug and
I can chat, but I can't find out who is in the room and I can't
control messages very easily without diving into the message xmlnode
and ripping the information out manually.

Any hints? exampels? how-tos? docs?

Best Regards, Martin Owens


More information about the PyXMPP mailing list