From ccb4b3e4930cbcb860d80c4ed91e57cec36d2d30 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 9 Sep 2014 15:05:46 +0200 Subject: core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router --- plugins/mod_s2s/mod_s2s.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mod_s2s/mod_s2s.lua') diff --git a/plugins/mod_s2s/mod_s2s.lua b/plugins/mod_s2s/mod_s2s.lua index 0a2b5bb7..7ff921d9 100644 --- a/plugins/mod_s2s/mod_s2s.lua +++ b/plugins/mod_s2s/mod_s2s.lua @@ -153,6 +153,7 @@ function module.add_host(module) -- Stream is authenticated and we are seem to be done with feature negotiation, -- so the stream is ready for stanzas. RFC 6120 Section 4.3 mark_connected(session); + return true; end end, -1); end -- cgit v1.2.3