Software / code / prosody
Diff
plugins/muc/register.lib.lua @ 10343:7651b80aaec3
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 20 Oct 2019 16:37:04 +0200 |
| parent | 10342:dab2a7a82170 |
| parent | 10341:4e406944ff85 |
| child | 10373:51ea82f55322 |
line wrap: on
line diff
--- a/plugins/muc/register.lib.lua Sun Oct 20 14:54:57 2019 +0200 +++ b/plugins/muc/register.lib.lua Sun Oct 20 16:37:04 2019 +0200 @@ -47,8 +47,6 @@ 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);