XMPP Service Operators - 2023-07-27


  1. Guus

    I'm writing documentation on load-balancing XMPP services. Does anyone have recommendations or best practices?

  2. MattJ

    Guus, isn't that highly dependent on the implementation?

  3. Guus

    MattJ - to an extend probably, but I suspect that there's also generically usable tips and tricks, like: Websocket/BOSH-based client connections could require sticky sessions on the load balancer, while TCP-based client connections might not - which might depend on Stream Management configuration. Things like that.