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
Jabber (xmpp) support
Re: Jabber (xmpp) support
Filed as ticket 311, but it may take a while ;)
Re: Jabber (xmpp) support
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.
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
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>