···31podman build -t xmpp-discord-bridge:latest -f contrib/Dockerfile .
32```
330034### XMPP
3536In 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`.
···31podman build -t xmpp-discord-bridge:latest -f contrib/Dockerfile .
32```
3334+> **_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+36### XMPP
3738In 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`.