Saturday 22 November 2014

xmls nimbuzz

XmL nimbuzz alll

  join room :
<presence to='ROOM NAME@conference.nimbuzz.com/'><priority>0</priority><x xmlns='http://jabber.org/protocol/muc'><password>ROOM PASSWORD</password></x></presence>

pm in room:
<message to='ROOM NAME@conference.nimbuzz.com' type='groupchat'><body>YOUR PM</body></message>

left Room:
<presence to='ROOM NAME@conference.nimbuzz.com/' type='unavailable'></presence>

lock room:
<iq type='set' to='ROOM NAME@conference.nimbuzz.com' id='mir_741'><query xmlns='http://jabber.org/protocol/muc#owner'><x xmlns='jabberata' type='submit'><field var='muc#roomconfig_roomname'><value>ROOM NAME</value></field><field var='muc#roomconfig_roomdesc'><value></value></field><field var='muc#roomconfig_passwordprotectedroom'><value>1</value></field><field var='muc#roomconfig_roomsecret'><value>NEW PASSWORD</value></field></x></query></iq>

set sub in room :
<message to='ROOM NAME@conference.nimbuzz.com' type='groupchat'><subject>YOUR SUBJECT</subject></message>

change pass:
<iq to='nimbuzz.com' type='set' id='discoResult'><query xmlns='jabber:iq:register'><username></username><password>YOUR NEW PASSWORD</password></query></iq>

change email:
<iq to='nimbuzz.com' type='set' id='discoResult'><query xmlns='jabber:iq:register'><username></username><email>YOUR NEW EMAIL</email></query></iq>

change Tell:
<iq type='set' id='jenaze' to='validate.nimbuzz.com'><validate xmlns='http://nimbuzz.com/protocol/validate'><p>+98 YOUR NEW TEL</p></validate></iq>

SEnd Pv:
<message type='chat' to='TARGET@nimbuzz.com' id='IranBuzZ TeaM'><body>YOUR PM</body><active xmlns='http://jabber.org/protocol/chatstates' /><x xmlns='jabber:event'><composing /></x></message>

Unlock Room:
<iq type='set' to='ROOM NAME@conference.nimbuzz.com' id='mir_776'><query xmlns='http://jabber.org/protocol/muc#owner'><x xmlns='jabberata' type='submit'><field var='muc#roomconfig_roomname'><value>ROOM NAME</value></field><field var='muc#roomconfig_passwordprotectedroom'><value>0</value></field><field var='muc#roomconfig_roomsecret'><value></value></field></x></query></iq>

kick:
<iq to='ROOM NAME@conference.nimbuzz.com' type='set' id='itemmuc'><query xmlns='http://jabber.org/protocol/muc#admin'><item role='none' nick='TARGET'><reason>: man kick kardam 253468018</reason></item></query></iq>

ban:
<iq xmlns='jabber:client' to='ROOM NAME@conference.nimbuzz.com' type='set' id='449'><query xmlns='http://jabber.org/protocol/muc#admin'><item affiliation='outcast' jid='TARGET@nimbuzz.com' /></query></iq>

visitor :
<iq type='set' to='ROOM NAME@conference.nimbuzz.com' id='mir_437'><query xmlns='http://jabber.org/protocol/muc#admin'><item nick='TARGET' role='visitor' /></query></iq>

member:
<iq xmlns='jabber:client' to='ROOM NAME@conference.nimbuzz.com' type='set' id='353'><query xmlns='http://jabber.org/protocol/muc#admin'><item affiliation='member' jid='TARGET@nimbuzz.com' /></query></iq>

moderator :
<iq xmlns='jabber:client' to='ROOM NAME@conference.nimbuzz.com' type='set' id='437'><query xmlns='http://jabber.org/protocol/muc#admin'><item nick='TARGET' role='moderator' /></query></iq>

admin :
<iq xmlns='jabber:client' to='ROOM NAME@conference.nimbuzz.com' type='set' id='353'><query xmlns='http://jabber.org/protocol/muc#admin'><item affiliation='admin' jid='TARGET@nimbuzz.com' /></query></iq>

Owner:
<iq xmlns='jabber:client' to='ROOM NAME@conference.nimbuzz.com' type='set' id='364'><query xmlns='http://jabber.org/protocol/muc#admin'><item affiliation='owner' jid='TARGET@nimbuzz.com' /></query></iq>

No comments:

Post a Comment