biboumi 9.0+20231006-2 source package in Ubuntu
Changelog
biboumi (9.0+20231006-2) unstable; urgency=medium * acknowledge and revive 9.0-5.1; closes: bug#1073626, thanks to Chris Hofstaedtler and Michael Biebl -- Jonas Smedegaard <email address hidden> Wed, 30 Oct 2024 21:05:24 +0100
Upload details
- Uploaded by:
- Debian VoIP Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian VoIP Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
biboumi_9.0+20231006-2.dsc | 2.1 KiB | 221714f6bca1856946b72403dd2cfbe46012e94adaa21b29633e10dd2f27c920 |
biboumi_9.0+20231006.orig.tar.xz | 157.3 KiB | 0029a90af1486c31accb9765570bf6a36e72ab12f7eed3dd6522b121e37942a7 |
biboumi_9.0+20231006-2.debian.tar.xz | 9.5 KiB | 7b348e116a24d759d23d19ef0a1967a1ca73bde6d684e4504fc442d0a808d6c1 |
Available diffs
- diff from 9.0-5.1 to 9.0+20231006-2 (12.9 KiB)
No changes file available.
Binary packages built by this source
- biboumi: XMPP gateway to connect to IRC servers
Biboumi is an XMPP gateway that connects to IRC servers and translates
between the two protocols. It can be used to access IRC channels using
any XMPP client as if these channels were XMPP MUCs.
.
It is written in modern C++14 and makes great efforts to have as little
dependencies and to be as simple as possible.
.
The goal is to provide a way to access most of IRC features using any
XMPP client. It doesn’t however try to provide a complete mapping of
the features of both worlds simply because this is not useful and most
probably impossible. For example all IRC modes are not all
translatable into an XMPP features. Some of them are (like +m (mute)
or +o (operator) modes), but some others are IRC-specific. If IRC is
the limiting factor (for example you cannot have a non-ASCII nickname
on IRC) then biboumi doesn’t try to work around this issue: it just
enforces the rules of the IRC server by telling the user that he/she
must choose an ASCII-only nickname. An important goal is to keep the
software (and its code) light and simple.
- biboumi-dbgsym: debug symbols for biboumi