noti
noti copied to clipboard
Support XMPP
Nobody seems to have mentioned notifications over XMPP (‘Jabber’).
Sounds great. Can someone help with the implementation?
I don't speak go, but I wonder if https://github.com/FluuxIO/go-xmpp could be of any help. It looks recent and simple to me.
Awesome idea!
I wouldn't recommend go-xmpp
from @FluuxIO though, because it doesn't support modern authentication (yet). And in case you are stumbling about it: go-xmpp
from @mattn has exactly the same issue.
You can follow the discussion in the xmpp-webhook
issue for more details.
But @SamWhited created an awesome library which is probably better because it supports modern authentication :tada:. Besides from that Sam is very responsive and helpful. :wink:
@alexanderadam: Good news, go-xmpp from @mattn supports now SCRAM-SHA-1/SCRAM-SHA-256/SCRAM-SHA-512, a contrib from @mdosch!
@variadico, @kseistrup, @alexanderadam: I wish you a Happy New Year 2024!
Any progress on it?
go-xmpp: https://github.com/xmppo/go-xmpp