mod_component_roundrobin/README.markdown
author JC Brand <jc@opkode.com>
Tue, 14 Mar 2017 12:35:56 +0000
changeset 2621 7c3a1688e385
parent 1807 4d73a1a6ba68
permissions -rw-r--r--
Purge the roster from RAM when the user logs off. Also.. the `download` flag was being checked for, but never set, causing the roster to be fetched even if it was cached.

---
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