xmpp-webhook

webhook to xmpp gateway (clone of https://github.com/opthomas-prime/xmpp-webhook/ with my own mods)
git clone https://git.e1e0.net/xmpp-webhook.git
Log | Files | Refs | README | LICENSE

commit 26b1f380559c1caeea151a1b4a70465d40bc1297
parent 7dcee351496bf25c5fd2c5c1db421b2c7244bd4b
Author: Paco Esteban <paco@onna.be>
Date:   Mon, 15 Jul 2019 12:38:39 +0200

add custom alert example

Diffstat:
Adev/custom.json | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/dev/custom.json b/dev/custom.json @@ -0,0 +1,4 @@ +{ + "title": "Foo", + "message": "This is my message" +}