24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-24 22:25:47 +02:00

Provide iq instead of xmlel in roster webadmin changes

This commit is contained in:
Badlop 2010-06-18 16:56:57 +02:00
parent a51df8db6e
commit fe4944e031

View File

@ -1421,7 +1421,7 @@ user_roster_item_parse_query(User, Server, Items, Query) ->
children = [Item]}, children = [Item]},
process_iq( process_iq(
UJID, UJID, UJID, UJID,
exmpp_iq:set(?NS_JABBER_CLIENT, Request)), #iq{type = set, ns = ?NS_JABBER_CLIENT, payload = Request}),
throw(submitted); throw(submitted);
false -> false ->
ok ok