Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_s2s: Add event where resolver for s2sout can be tweaked | Kim Alvefur | 2022-08-18 | 1 | -0/+2 |
| | | | | | | | | 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: New module to track and expose the features supported by Prosody | Matthew Wild | 2022-02-04 | 1 | -0/+8 |
A "feature" is a simple string, and it's expected that we will add to (and maybe remove from) this list over the course of time. |