1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: xmppc
Section: net
Priority: optional
Maintainer: Stefan Kropp <stefan@debxwoody.de>
Build-Depends: debhelper-compat (= 12),
libglib2.0-dev,
libgpgme-dev,
libstrophe-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://codeberg.org/Anoxinon_e.V./xmppc
Package: xmppc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: XMPP Command Line Client
Command Line Client for XMPP
.
List of features:
* Support Account configuration with and without pwd (ask user to enter pwd)
* Request roster list
* Show MAM - XEP-0313: Message Archive Management
* Show Bookmarks - XEP-0048: Bookmarks
* Request Service Discovery items and info - XEP-0030: Service Discovery
* Display OMEMO device list and fingerprints (URI format)
* Send chat message (unencrypted)
* Send chat message signcrypted - XEP-0373: OpenPGP for XMPP
* Send chat mesage pgp - XEP-0027
* Monitor XMPP stanza
|