Jabber (xmpp) support

Want something added? Ask for it here.
Post Reply
rullzer
Newbie
Newbie
Posts: 3
Joined: January 23rd, 2008, 11:06 am

Jabber (xmpp) support

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Jabber (xmpp) support

Post by shypike »

Filed as ticket 311, but it may take a while  ;)
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Jabber (xmpp) support

Post 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.
groove
Newbie
Newbie
Posts: 2
Joined: August 29th, 2009, 4:37 am

Re: Jabber (xmpp) support

Post 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>
Post Reply