···2222# If true, then xmpp-discord-bridge will also make offline Discord users appear in the MUC.
2323# If they are offline, then they will have a presence of "xa". If false, then offline users
2424# will leave the MUC.
2525-dont_ignore_offline = false
2525+dont_ignore_offline = true
26262727# If true, when receiving a file to embed in Discord, the bridge will remove the URL from
2828# the content, leaving only the embed behind. This prevents Discord users who disabled
···5151url = "https://example.com/avatars/"
52525353[discord]
5454+# There can be multiple [[discord.channels]] sections to bridge multiple MUCs and channels together.
5455[[discord.channels]]
5556# The ID of the guild
5657guild = 000000000
···5960channel = 000000000
60616162# The MUC to mirror into
6262-muc = "channel@muc.server.example"
6363+muc = "channel@muc.example.com"