fork of https://f-hub.org/XMPP/xmpp-discord-bridge

Merge pull request 'readme-update' (#12) from readme-update into master

Reviewed-on: https://codeberg.org/queer-spark/xmpp-discord-bridge/pulls/12

+2
+2
README.md
··· 31 31 podman build -t xmpp-discord-bridge:latest -f contrib/Dockerfile . 32 32 ``` 33 33 34 + > **_Note:_** Docker can not communicate on `127.0.0.1`, which XMPP services listen on for external components. You will need to configure your XMPP service to listen on all interfaces with `0.0.0.0`. Here is the documentation needed for [Prosody](https://prosody.im/doc/components#advanced-network-configuration) and [Ejabberd](https://docs.ejabberd.im/admin/configuration/listen-options/#hosts). 35 + 34 36 ### XMPP 35 37 36 38 In order for the bridge to work, it needs to have an affiliation of `owner` before joining. Going off of the example.toml, it would have the JID of `bot@discord.example.com`.