Mercurial > prosody-wiki
view mod_component_roundrobin.wiki @ 514:9427318ae72d default tip
added page for mod_delegation
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 07 May 2015 23:31:20 +0200 |
parents | 1cc57962610c |
children |
line wrap: on
line source
#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 }}}