···5555# Secret for the proxy. Only used when the proxy is used.
5656hmac_secret = "some-secret"
57575858+# Set to false to prevent the Discord channel description from being mirrored to the MUC ubject.
5959+mirror_subject = true
6060+6161+# Set to false to prevent the Discord guild avatar from being copied to the MUC avatar.
6262+mirror_icon = true
6363+5864[avatars]
5965# Path where avatars can be stored
6066path = "/some/path"
+3-3
xmpp_discord_bridge/main.py
···2525import requests
26262727from slixmpp_ext.oob import OOBData
2828-from avatar import AvatarManager
2929-from discord import DiscordClient
3030-from helpers import discord_status_to_xmpp_show
2828+from xmpp_discord_bridge.avatar import AvatarManager
2929+from xmpp_discord_bridge.discord import DiscordClient
3030+from xmpp_discord_bridge.helpers import discord_status_to_xmpp_show
31313232# TODO: Move into separate file
3333# TODO: Add an option that allows a real user to join the MUC to replace a virtual one