Search found 2 matches

by groove
August 30th, 2009, 9:45 am
Forum: Third-party Addons
Topic: SABbot: a Jabber bot to control SABnzbd
Replies: 1
Views: 3598

SABbot: a Jabber bot to control SABnzbd

I have created a little Jabber Bot. It takes commands over Jabber and passes them to SABnzbd. With it you can control SABnzbd from your Phone or Work using a Jabber Client. At the moment only basic Functionality is implemented, but i plan to work on more. More infos and Download: http://code.google....
by groove
August 29th, 2009, 4:39 am
Forum: Feature Requests
Topic: Jabber (xmpp) support
Replies: 3
Views: 2681

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>