Skip to content

Config_Client_Kik

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

    kik:
      bot_name: testbot
      webhook: https://localhost:5000
      host: 127.0.0.1
      port: 5000
      debug: false
      unknown_command: Sorry, that is not a command I have been taught yet!
      unknown_command_srai: YKIK_UNKNOWN_COMMAND
Clone this wiki locally