Software /
code /
prosody
Changeset
7012:990b4ddaf582
Merge 0.9->0.10
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 16 Dec 2015 16:45:57 +0000 |
parents | 7009:61f5f8435e0b (current diff) 7011:2d5751b2f21c (diff) |
children | 7013:f387fae9fb31 7016:e0a0af42b09f |
files | plugins/muc/muc.lib.lua util/uuid.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Wed Dec 16 16:44:40 2015 +0000 +++ b/plugins/muc/muc.lib.lua Wed Dec 16 16:45:57 2015 +0000 @@ -714,7 +714,7 @@ if next(changed) then local msg = st.message({type='groupchat', from=self.jid}) - :tag('x', {xmlns='http://jabber.org/protocol/muc#user'}):up() + :tag('x', {xmlns='http://jabber.org/protocol/muc#user'}) :tag('status', {code = '104'}):up(); if changed.whois then local code = (self:get_whois() == 'moderators') and "173" or "172";