On Sun, Aug 16, 2009 at 12:38 PM, Bernd Fondermann<bf_...@brainlounge.de> wrote: > have you tested entering a room from an actual XMPP client? > I think MUC only works with directed presence - which is currently not > implememented by vysper. maybe you are already aware of this (VYSPER-6).
No, I have so far not done any integration testing at all (just about to start) of the MUC code. Could you elaborate a bit on what would be further needed? Currently, the MUC module will sign up to get all stanzas sent for a subdomain. This, I believe, includes all presence stanzas as well. The MUC module then handles entering and exiting rooms (that's what is currently supported). /niklas