noti icon indicating copy to clipboard operation
noti copied to clipboard

Support XMPP

Open kseistrup opened this issue 4 years ago • 5 comments

Nobody seems to have mentioned notifications over XMPP (‘Jabber’).

kseistrup avatar Sep 12 '19 18:09 kseistrup

Sounds great. Can someone help with the implementation?

variadico avatar Sep 14 '19 16:09 variadico

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.

kseistrup avatar Sep 15 '19 15:09 kseistrup

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 avatar Feb 01 '20 09:02 alexanderadam

@alexanderadam: Good news, go-xmpp from @mattn supports now SCRAM-SHA-1/SCRAM-SHA-256/SCRAM-SHA-512, a contrib from @mdosch!

Neustradamus avatar May 22 '23 15:05 Neustradamus

@variadico, @kseistrup, @alexanderadam: I wish you a Happy New Year 2024!

Any progress on it?

go-xmpp: https://github.com/xmppo/go-xmpp

Neustradamus avatar Jan 07 '24 08:01 Neustradamus