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

Merge pull request 'docs: merging from main' (#16) from main into testing

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

+6
+6
README.md
··· 13 13 - XMPP Avatar spoofing on the Discord side 14 14 - Support for proxying media sent via Discord (With this [miniproxy](https://git.polynom.me/PapaTutuWawa/miniproxy) ([Mirror](https://codeberg.org/queer-spark/miniproxy))) 15 15 16 + ## XEP Requirements 17 + 18 + Some users have experienced issues unless their XMPP server supports certain XEPs. This is an incomplete list, only added to when incompatibility is found. 19 + 20 + - [XEP-0359](https://xmpp.org/extensions/xep-0359.html) 21 + 16 22 ## Install using pipx 17 23 18 24 Run below as an user, not as root. You can create a separate system user with `sudo adduser --system` (run `sudo adduser --help` for more information) and run a shell as that user with `sudo -u systemuser -s`, replacing `systemuser` with the user you created.