Files
lora-xmpp-bridge/bridge.py
google-labs-jules[bot] db2567c9bc fix: Catch TimeoutError when joining MUC
This commit updates `bridge.py` to properly `await` the `join_muc_wait()`
coroutine instead of calling the deprecated `join_muc()`. This prevents
an unretrieved Task exception (`asyncio.TimeoutError`) from polluting
the logs or crashing the background task if the XMPP server is slow
or doesn't respond to the MUC join request in time.

Co-authored-by: jamessucla <2191476+jamessucla@users.noreply.github.com>
2026-03-06 08:59:26 +00:00

4.3 KiB