Add files via upload

Added support for XMPP using go-sendxmpp.
This commit is contained in:
jHund 2026-03-04 20:03:21 +00:00 committed by GitHub
parent 9245718eda
commit 74e75d43eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,3 +95,7 @@
# TELEGRAM_CHAT_ID="mychatid"
# TELEGRAM_TOKEN="token-value"
# TELEGRAM_TOPIC_ID="0"
#
# XMPP_SOURCE_JID="mybotaccount@mydomain.tld"
# XMPP_SOURCE_PWD="password"
# XMPP_DEST_JID="myusername@mydomain.tld"