Allow webadmins to change roster of user (EJAB-72)

This commit is contained in:
Badlop 2010-09-21 17:05:50 +02:00
parent d4480c1361
commit 62b3b31b8d
1 changed files with 1 additions and 1 deletions

View File

@ -1518,7 +1518,7 @@ user_roster_item_parse_query(User, Server, Items, Query) ->
ns = ?NS_ROSTER,
name = 'query',
children = [Item]},
process_iq(
process_iq_set(
UJID, UJID,
#iq{type = set, ns = ?NS_JABBER_CLIENT, payload = Request}),
throw(submitted);