Page 1 of 1

Jabber (xmpp) support

Posted: August 19th, 2009, 7:52 am
by rullzer
Hi,

It would be nice to have a similar notification system that sabnzbd+ now has for email for jabber. This would alow for easy (and fast) status messages. xmpppy would be perfect for the job.

Thanks in advance,
rullzer

Re: Jabber (xmpp) support

Posted: August 19th, 2009, 2:02 pm
by shypike
Filed as ticket 311, but it may take a while  ;)

Re: Jabber (xmpp) support

Posted: August 19th, 2009, 2:32 pm
by switch
Probably best to implement this as a user-script, or possibly a plugin if a plugin system gets developed.

I don't see too many users needing this feature, so it is a hard one to justify patching into the core code.

Re: Jabber (xmpp) support

Posted: August 29th, 2009, 4:39 am
by groove
I am using a userscript for jabber notification for a while:

Code: Select all

#!/bin/bash
echo "$3" | sendxmpp -u <user> -j <server> -p <password> <recipient>