[PyXMPP] Using pyxmpp with muc
Jacek Konieczny
jajcus at jajcus.net
Fri Mar 28 10:43:01 CET 2008
On Thu, Mar 27, 2008 at 10:54:04AM -0400, Martin Owens wrote:
> I recommend using a plain object based approach so instead of having a
> roomstate and roommanager and roomhander objects you instead hide that
> complexity behind a room object which you pass the client object, you
> can pick off the stream from the client, tell if it's connected to
> that room or not and keep track of users and also route all messages
> to each room so if you over-class each room then the events would go
> to that specific room class.
>
> make sense?
Yes. I would probably do something like that. But I am afraid I won't be
able to do that -- I don't plan to spend a lot of time on pyxmpp
maintenance soon.
Greets,
Jacek
More information about the PyXMPP
mailing list