aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-12-16 16:45:57 +0000
committerMatthew Wild <mwild1@gmail.com>2015-12-16 16:45:57 +0000
commit32e49dccd82a8e392cc20a33881644b435dc269d (patch)
treeafcf1e14e2c570a3d6ece2f1b15d67be4f601a85 /plugins
parented274d1253637e39f3bcaadcfc817cdf3f705c63 (diff)
parent54e77b9859b2c0e94624d1eeb3c929693a0ce304 (diff)
downloadprosody-32e49dccd82a8e392cc20a33881644b435dc269d.tar.gz
prosody-32e49dccd82a8e392cc20a33881644b435dc269d.zip
Merge 0.9->0.10
Diffstat (limited to 'plugins')
-rw-r--r--plugins/muc/muc.lib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/muc.lib.lua b/plugins/muc/muc.lib.lua
index 6f21ec3a..b96288ed 100644
--- a/plugins/muc/muc.lib.lua
+++ b/plugins/muc/muc.lib.lua
@@ -714,7 +714,7 @@ function room_mt:process_form(origin, stanza)
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";