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 30 31 32
|
Source: irssi-plugin-xmpp
Maintainer: Florian Schlichting <fsfs@debian.org>
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Section: net
Priority: optional
Build-Depends: debhelper (>= 10),
irssi-dev (>= 1.1.0~),
libloudmouth1-dev,
pkg-config
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/debian/irssi-plugin-xmpp
Vcs-Git: https://salsa.debian.org/debian/irssi-plugin-xmpp.git
Homepage: https://cybione.org/~irssi-xmpp/
Package: irssi-plugin-xmpp
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
${irssi:ABI}
Enhances: irssi
Description: XMPP plugin for irssi
An irssi plugin to connect to the Jabber network, using the XMPP protocol.
.
Its main features are:
- Sending and receiving messages in irssi's query windows
- A roster with contact & resource tracking (contact list)
- Contact management (add, remove, manage subscriptions)
- Tab completion of commands, JIDs and resources
- Support for multiple accounts
- Unicode support (UTF-8)
- SSL support
|