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
|
Items = case Role of
|
||||||
moderator ->
|
moderator ->
|
||||||
[#xmlel{name = <<"x">>,
|
[#xmlel{name = <<"x">>,
|
||||||
attrs = [{<<"xmlns">>, ?NS_MUC_ADMIN}],
|
attrs = [{<<"xmlns">>, ?NS_MUC_USER}],
|
||||||
children =
|
children =
|
||||||
[#xmlel{name = <<"item">>,
|
[#xmlel{name = <<"item">>,
|
||||||
attrs = [{<<"jid">>,
|
attrs = [{<<"jid">>,
|
||||||
|
Loading…
Reference in New Issue
Block a user