Muc support

Hi!

I have strange problems with MUC on my Wildfire.

When I send to the server:

<iq type=“set” id=“sd88” to="test@conference.jid.pl">

<query xmlns=“http://jabber.org/protocol/muc#admin”>

<item nick=“aaa” jid="test@jid.pl" role=“moderator”/>

</query>

</iq>

Wildfire responds:

<iq type=“result” id=“sd88” from="test@conference.jid.pl" to="goldmann@jid.pl/Pandion"></iq>

And this is ok, but XEP-0045 says:

The service MUST then send updated presence from this individual to all occupants, indicating the addition of moderator privileges by including an <x/> element qualified by the ‘‘http://jabber.org/protocol/muc#user’’ namespace and containing an <item/> child with the ‘‘role’’ attribute set to a value of “moderator”.

But the problem is, that any clients connected to the conference aren’'t updated - nothing was sent from the server. In Room Options > User Permissions I have only 1 member - room owner :s Where is the problem?

I’'m using Wildfire 3.1.0 and Pandion 2.5 as a client.

Thanks in advance!

Ok, I must anser myself.

Pandion is sending additional jid parametr in item item, so this is why Wildfire doesn’'t recognize this command.

In addition I must say, that behaviour of Wildfire if fully correctly with XEP-0045 and this is a Pandion problem.