moder=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item nick="${param.full}" role="moderator" /></query></iq>
visitor=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item nick="${param.full}" role="visitor" /></query></iq>
none=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="none" jid="${param.full.realjid}" /></query></iq>
member=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="member" jid="${param.full.realjid}" /></query></iq>
admin=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="admin" jid="${param.full.realjid}" /></query></iq>
adminjid=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="admin" jid="${param.full}" /></query></iq>
kick=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item nick="${param.res}" role="none"><reason>${param.msg}</reason></item></query></iq>
owner=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="owner" jid="${param.full.realjid}" /></query></iq>
ban=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="outcast" jid="${param.full.realjid}" /></query></iq>
-ban=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="none" jid="${param.full}" /></query></iq>
+ban=<iq type="set" to="${c.jid}"><query xmlns="http://jabber.org/protocol/muc#admin"><item affiliation="outcast" jid="${param.full}" /></query></iq>
title=<message type="groupchat" to="${c.jid}"><subject>${param.full}</subject></message>
nick=<presence to="${c.jid}/${param.full}" ><priority>0</priority>${jimm.caps}</presence>
dnd=<presence to='${c.fulljid}'><show>dnd</show><status>${param.full}</status>${jimm.caps}</presence>
away=<presence to='${c.fulljid}'><show>away</show><status>${param.full}</status>${jimm.caps}</presence>
unavailable=<presence to='${c.fulljid}'><show>invisible</show><status>${param.full}</status>${jimm.caps}</presence>
online=<presence to='${c.fulljid}'><status>${param.full}</status>${jimm.caps}</presence>
chat=<presence to='${c.fulljid}'><show>chat</show><status>${param.full}</status>${jimm.caps}</presence>
xa=<presence to='${c.fulljid}'><show>xa</show><status>${param.full}</status>${jimm.caps}</presence>
quit=<presence type='unavailable' to='${c.fulljid}'><status>${param.full}</status>${jimm.caps}</presence>
bombus=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://bombus-im.org/java' ver='0.0.0'/></presence>
psi=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://psi-im.org/caps' ver='0.14.1178'/></presence>
psi+=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://psi-dev.googlecode.com/caps' ver='0.14.1178'/></presence>
qip=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://qip.ru/caps' ver='0.0.0'/></presence>
qd=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://bombusmod-qd.wen.ru/caps' ver='0.8.6'/></presence>
talkonaut=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://talkonaut.com/caps' ver='0.0.0'/></presence>
tkabber=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://tkabber.jabber.ru/' ver='0.0.0'/></presence>
icq=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://pyicqt.googlecode.com//protocol/caps' ver='0.0.0'/></presence>
bayan=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://www.barobin.com' ver='0.1.2'/></presence>
gt=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://google.com/xmpp/' ver='0.0.0'/></presence>
miranda=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://miranda-im.org/caps' ver='0.3.97'/></presence>
ya=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://online.yandex.ru/caps' ver='0.0.0'/></presence>
pidgin=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://pidgin.im/caps' ver='0.0.0'/></presence>
kopete=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://kopete.kde.org/jabber/caps' ver='0.0.0'/></presence>
vk=<presence to='${c.fulljid}'><status>${param.full}</status><c xmlns='http://jabber.org/protocol/caps' node='http://pyvk-t.googlecode.com/caps' ver='0.0.0'/></presence>
privacy off=<iq type="set" id="discocmd"><query xmlns="jabber:iq:privacy"><active /></query></iq>
privacy=<iq type="set" id="discocmd"><query xmlns="jabber:iq:privacy"><active name="${param.full}" /></query></iq>
forward=<iq type="set" to="${c.jid}/${param.full}" id="discocmd"><command xmlns="http://jabber.org/protocol/commands" node="http://jabber.org/protocol/rc#forward" action="execute"/></iq>
leave-muc=<iq type="set" to="${c.jid}/${param.full}" id="discocmd"><command xmlns="http://jabber.org/protocol/commands" node="http://jabber.org/protocol/rc#leave-muc" action="execute" /></iq>
cf="<iq type="get" to="${c.jid}" id="discocmd"><query xmlns="http://jabber.org/protocol/muc#owner"/></iq>