mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Provide iq instead of xmlel in roster webadmin changes
This commit is contained in:
parent
a51df8db6e
commit
fe4944e031
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user