aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-17 15:25:30 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-17 15:25:30 +0100
commit5a0637e9e0e3385d7348645dd5a13b5e0cb383c5 (patch)
tree4b7000160912fba89a18be47c14c1194e4b060c1 /core
parent5e175c043e8440540010097f8010f28e41e65fc6 (diff)
downloadprosody-5a0637e9e0e3385d7348645dd5a13b5e0cb383c5.tar.gz
prosody-5a0637e9e0e3385d7348645dd5a13b5e0cb383c5.zip
s2smanager: Add incoming_s2s to the prosody object
Diffstat (limited to 'core')
-rw-r--r--core/s2smanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index 5b86d559..73602e82 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -45,6 +45,7 @@ local dns_timeout = config.get("*", "core", "dns_timeout") or 60;
local max_dns_depth = config.get("*", "core", "dns_max_depth") or 3;
incoming_s2s = {};
+_G.prosody.incoming_s2s = incoming_s2s;
local incoming_s2s = incoming_s2s;
module "s2smanager"