[PyXMPP] Using pyxmpp with muc
Jacek Konieczny
jajcus at jajcus.net
Thu Mar 27 15:25:03 CET 2008
On Wed, Mar 26, 2008 at 03:51:47PM -0400, Martin Owens wrote:
> 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)
[...]
> Any hints?
Have you called .set_handlers() method of the MucRoomHandler object?
This is not done automatically. The method should may be called from the
session_started method of the client class.
I know, that is messy. I have started developing a better mechanism, but
never finished it.
Greets,
Jacek
More information about the PyXMPP
mailing list