mod_proxy65_whitelist/mod_proxy65_whitelist.lua
changeset 2353 48686b399a88
parent 1513 4ef0a1a499fa
child 2354 67990e045d4f
--- a/mod_proxy65_whitelist/mod_proxy65_whitelist.lua	Mon Nov 07 17:27:18 2016 +0100
+++ b/mod_proxy65_whitelist/mod_proxy65_whitelist.lua	Mon Nov 07 17:35:11 2016 +0100
@@ -8,6 +8,12 @@
 	end
 end
 
+module:hook_global("host-activated", function (host)
+	if hosts[host].modules.proxy65 then
+		allowed_streamhosts:add(host);
+	end
+end);
+
 local function filter_streamhosts(tag)
 	if tag.name == "streamhost" and not allowed_streamhosts:contains(tag.attr.jid) then
 		return nil;