mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-07 09:30:28 +01:00
Support for notifications via XMPP (#268)
* Add files via upload Added support for XMPP using go-sendxmpp. * Add files via upload Added support for XMPP using go-sendxmpp.
This commit is contained in:
parent
9245718eda
commit
d46b38ddad
2 changed files with 51 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue