-
-
Save eugeneia/42076d101fd6b24b3536ae5c4c3a165b to your computer and use it in GitHub Desktop.
ejabberdctl --config ejabberd-mqtt.yml --logs ejabberd/logs --spool ejabberd/spool foreground
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth_method: [anonymous] | |
anonymous_protocol: login_anon | |
hosts: | |
- "localhost" | |
listen: | |
- | |
port: 1883 | |
module: mod_mqtt | |
backlog: 1000 | |
modules: | |
mod_mqtt: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment