1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: sendxmpp
Section: net
Priority: optional
Maintainer: Thadeu Lima de Souza Cascardo <cascardo@debian.org>
Build-Depends: debhelper-compat (= 13), perl
Standards-Version: 4.5.0
Homepage: https://github.com/lhost/sendxmpp
Vcs-Browser: https://salsa.debian.org/xmpp-team/sendxmpp
Vcs-Git: https://salsa.debian.org/xmpp-team/sendxmpp.git
Rules-Requires-Root: no
Package: sendxmpp
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libnet-xmpp-perl
Description: command line XMPP (jabber) utility
sendxmpp is a perl script to send text XMPP (jabber) messages, similar
to what mail(1) and sendmail(1) does for mail.
.
sendxmpp is useful for monitoring remote servers (it can warn sending
xmpp-messages), and watching VCS commit messages (developers are all
connected to a XMPP-chatroom to which messages are sent.
.
XMPP is an open, non-proprietary protocol for instant messaging. See
www.jabber.org for more information.
|