-
Notifications
You must be signed in to change notification settings - Fork 0
koenbollen/xmpp-notify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== Quick start == This project, xmpp-notify, is a work-in-progress. This might help you getting started: First, clone repository: git clone git://github.com/koenbollen/xmpp-notify.git cd xmpp-notify Then copy configuration to the local user and edit it: cp xmpp-notify.cfg ~/.xmpp-notify.py vi ~/.xmpp-notify.py note: at least supply: target, host, domain, username & password Run the server in verbose mode: ./scripts/xmpp-notify-server -v And (in another terminal) send requests: ./scripts/xmpp-notify-client Hello, XMPP curl -d "data=Updates" http://localhost:5222/1/notify This will install install the application and check the permissions: sudo python setup.py install sudo chmod 0600 /etc/xmpp-notify.cfg << edit this -- Koen Bollen, 2010 == License == Send notification to another XMPP client. Copyright (C) 2010 Koen Bollen <meneer koenbollen nl> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ .
About
Send notifications over XMPP.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published