mod_s2s_bidi XEP-0288: Bidirectional Server-to-Server Connections

This module implements XEP-0288: Bidirectional Server-to-Server Connections. It allows servers to use a single connection for sending stanzas to each other, instead of two connections (one for stanzas in each direction).

Added in 0.12.0.

This module replaces the community mod_bidi. If you were using mod_bidi, you should switch to this one.

Usage

Enable in modules_enabled:

modules_enabled = {
    --- other modules
    "s2s_bidi";
}

Server-to-server connections to other servers that also support XEP-0288 will automatically be bidirectional. This can be verified in the telnet console by looking for <-> in the “dir(ection)” column of the s2s:show() command.