aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-10-20 16:37:04 +0200
committerKim Alvefur <zash@zash.se>2019-10-20 16:37:04 +0200
commit09ffa3b261c1c6fc446ac3c742e746365de66376 (patch)
treeb3c0c153af60a77395bba2de247ebebfe0ad97c8 /plugins/muc
parent21b0efc6ad3d7b757bebc45330ca9e40dcc158b2 (diff)
parente48914fdd7c3cda40e4d995abb2b67175a02d9d2 (diff)
downloadprosody-09ffa3b261c1c6fc446ac3c742e746365de66376.tar.gz
prosody-09ffa3b261c1c6fc446ac3c742e746365de66376.zip
Merge 0.11->trunk
Diffstat (limited to 'plugins/muc')
-rw-r--r--plugins/muc/register.lib.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/muc/register.lib.lua b/plugins/muc/register.lib.lua
index cfbdfb59..4ae393c7 100644
--- a/plugins/muc/register.lib.lua
+++ b/plugins/muc/register.lib.lua
@@ -47,8 +47,6 @@ module:hook("muc-set-affiliation", function (event)
event.room._reserved_nicks = nil;
end);
-module:add_feature("jabber:iq:register");
-
module:hook("muc-disco#info", function (event)
event.reply:tag("feature", { var = "jabber:iq:register" }):up();
end);