On Fri, Aug 27, 2010 at 11:57 AM, Bernd Fondermann <[email protected]> wrote: > do you have a sample stanza for me which should get routed, but isn't > without the patch?
You can check the integration test: org.apache.vysper.xmpp.modules.extension.xep0045_muc.inttest.ModerationIntegrationTestCase. Here's an example of a stanza sent in this test: <iq xmlns="jabber:client" to="[email protected]" id="tu7jR-10" type="set"><query xmlns="http://jabber.org/protocol/muc#admin"><item nick="Nick2" role="moderator"></item></query></iq> /niklas
