From 20afe7d20dfde84a9deb6ed4f85a6e7a9429f09c Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 18 Aug 2022 03:26:32 +0200 Subject: mod_s2s: Add event where resolver for s2sout can be tweaked Could be used to implement custom connection methods (c.f. mod_onions) without needing to duplicate the rest of route_to_new_session(). Adds a feature to enable detection since it can be difficult to detect support for an event otherwise. --- core/features.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/features.lua b/core/features.lua index 7248f881..35df5636 100644 --- a/core/features.lua +++ b/core/features.lua @@ -4,5 +4,7 @@ return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; + + "s2sout-pre-connect-event"; }; }; -- cgit v1.2.3