Software /
code /
prosody
Diff
plugins/muc/muc.lib.lua @ 7012:990b4ddaf582
Merge 0.9->0.10
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 16 Dec 2015 16:45:57 +0000 |
parent | 6983:05ef46379165 |
parent | 7011:2d5751b2f21c |
child | 7013:f387fae9fb31 |
child | 7118:dacc07833b86 |
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";