Skip to content

Config_Client_Socket

Keith Sterling edited this page Feb 20, 2019 · 1 revision

XMPP Client Configuration

In addition to the common configuration items available to all clients, the additional configuration items available to a XMPP client are as follows

socket:
  host: 127.0.0.1
  port: 9999
  queue: 5
  max_buffer: 1024
  debug: true
Clone this wiki locally