Mercurial > prosody-modules
view mod_component_roundrobin/README.markdown @ 2596:ffb6646b4253
Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
Revision 1.5.2 allows sending h-values on resumes that fail due to hibernation timeout
and to send out a smacks ack directly before the stream close tag.
I also made the used timers stoppable even for prosody 0.10 and below, this makes
the smacks-ack-delayed event more useful.
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 05 Mar 2017 20:23:53 +0100 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- labels: summary: 'Component round-robin load balancing module' ... Introduction ============ This module enables multiple instances of external components to connect at the same time, and does round-robin load-balancing of incoming stanzas. Example ======= Component "test.example.com" modules_enabled = { "component_roundrobin" } -- Other component options such as secrets here