Software /
code /
prosody-modules
Diff
mod_turncredentials/mod_turncredentials.lua @ 1325:b21236b6b8d8
Backed out changeset 853a382c9bd6
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Feb 2014 15:37:55 +0100 |
parent | 1324:853a382c9bd6 |
child | 1326:afae347928d8 |
line wrap: on
line diff
--- a/mod_turncredentials/mod_turncredentials.lua Fri Feb 28 15:36:06 2014 +0100 +++ b/mod_turncredentials/mod_turncredentials.lua Fri Feb 28 15:37:55 2014 +0100 @@ -15,8 +15,6 @@ return; end -module:add_feature("urn:xmpp:extdisco:1"); - module:hook("iq-get/host/urn:xmpp:extdisco:1:services", function(event) local origin, stanza = event.origin, event.stanza; if origin.type ~= "c2s" then