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

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 (bidi) in s2s:show() command.