• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H13-Sep-2014-3630

ChangesH A D13-Sep-20142.8 KiB7961

INSTALLH A D13-Sep-2014254 1611

MANIFESTH A D13-Sep-2014140 98

META.ymlH A D13-Sep-2014242 119

Makefile.PLH A D13-Sep-2014544 2010

READMEH A D13-Sep-2014979 2718

sendxmppH A D13-Sep-201418.7 KiB763378

README

1README
2------
3
4sendxmpp is a perl-script to send XMPP (jabber) messages, similar to
5what mail(1) does for mail. XMPP is an open, non-proprietary protocol
6for instant messaging. See www.jabber.org for more information.
7
8sendxmpp was written by me, Dirk-Jan C. Binnema, and is available under
9the term of the GNU General Public License v2. The hard work is done by
10Ryan Eatmon's Net::XMPP-modules, and you need have them installed for
11sendxmpp to work. Current maintainer is Lubomir Host <lubomir.host@gmail.com>
12
13Obviously, you also need a jabber account; they are freely available
14at jabber.org, but you can also install your own servers.
15
16sendxmpp is already in use for monitoring remote servers (servers can
17warn by sending xmpp-messages), and watching CVS commit messages
18(developers are all connected to a XMPP-chatroom to which messages are
19sent.
20
21I am interested in hearing about other uses.
22
23Homepage: http://sendxmpp.hostname.sk
24
25Lubomir Host <lubomir.host@gmail.com>
26
27