Subject: Banning a user from conference
Hi,
I have a doubt regarding banning a user from the conference. According to JEP-0045, I did, but I am getting the xml as follows.. What is wrong in this..? Please help me...
I have a doubt regarding banning a user from the conference. According to JEP-0045, I did, but I am getting the xml as follows.. What is wrong in this..? Please help me...
- SEND:
- <iq xmlns="jabber:client" id="agsXMPP_12" to="test@conference.localhost/viji" type="set">
- <query xmlns="http://jabber.org/protocol/muc#admin">
- <item affiliation="outcast" jid="test@conference.localhost/sree"><reason>You are banned !</reason></item>
- </query>
- </iq>
- RECV:
- <iq xmlns="jabber:client" from="test@conference.localhost/viji" id="agsXMPP_12" to="viji@localhost/MiniClient" type="set">
- <query xmlns="http://jabber.org/protocol/muc#admin">
- <item affiliation="outcast" jid="test@conference.localhost/sree"><reason>You are banned !</reason>
- </item>
- </query>
- </iq>