# HG changeset patch # User Emmanuel Gil Peyrot # Date 1577742181 -3600 # Node ID 34a8f9f996ec853ebecc242df238d3c7e8db835d # Parent 352f3efe1b67dc719477ec6801e023c477077cc9 mod_nodeinfo2: Expose XMPP services diff -r 352f3efe1b67 -r 34a8f9f996ec mod_nodeinfo2/mod_nodeinfo2.lua --- a/mod_nodeinfo2/mod_nodeinfo2.lua Mon Dec 30 22:39:17 2019 +0100 +++ b/mod_nodeinfo2/mod_nodeinfo2.lua Mon Dec 30 22:43:01 2019 +0100 @@ -103,15 +103,14 @@ protocols = array { "xmpp", }; - --[[ TODO would be cool to identify local transports services = { inbound = array { - "irc"; + "xmpp"; }; outbound = array { + "xmpp"; }; }; - --]] openRegistrations = module:get_option_boolean("allow_registration", false); usage = usage; });