Software /
code /
prosody
Changeset
10343:7651b80aaec3
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Oct 2019 16:37:04 +0200 |
parents | 10342:dab2a7a82170 (current diff) 10341:4e406944ff85 (diff) |
children | 10344:2cc152088314 |
files | plugins/muc/register.lib.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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);