mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Change namespace from muc#admin to muc#user
This commit is contained in:
parent
6f0ee83317
commit
775cf2d459
@ -658,7 +658,7 @@ maybe_update_from_to(#xmlel{children = Els} = Pkt, JidRequestor,
|
||||
Items = case Role of
|
||||
moderator ->
|
||||
[#xmlel{name = <<"x">>,
|
||||
attrs = [{<<"xmlns">>, ?NS_MUC_ADMIN}],
|
||||
attrs = [{<<"xmlns">>, ?NS_MUC_USER}],
|
||||
children =
|
||||
[#xmlel{name = <<"item">>,
|
||||
attrs = [{<<"jid">>,
|
||||
|
Loading…
Reference in New Issue
Block a user