1
0
Fork
You've already forked biboumi
0
forked from poezio/biboumi
XMPP to IRC gateway
  • C++ 69.4%
  • Python 24.7%
  • CMake 5.3%
  • Dockerfile 0.5%
Find a file
2026年01月13日 19:20:46 +01:00
.gitlab/issue_templates Talk about debug logs in contributing.rst and a gitlab ticket template 2017年04月03日 11:22:50 +02:00
.woodpecker ci: drop the tests on fedora 2025年10月22日 22:26:24 +02:00
cmake/Modules biboumi: Update botan to version 3 2025年07月29日 15:53:20 +02:00
conf Remove GNOME and Mozilla IRC networks 2025年09月08日 00:27:17 +02:00
doc add archive_expires_after option 2026年01月10日 18:59:34 +01:00
docker fix fedora package 2026年01月10日 18:55:53 +01:00
images Add the svg logo 2019年09月26日 17:46:51 +02:00
packaging fix fedora package 2026年01月10日 18:55:53 +01:00
scripts Add a documentation to explain how to migrate from sqlite3 to postgresl 2017年12月27日 18:53:08 +01:00
src add CAP LS 302 support and max-lines support for draft/multiline messages 2026年01月13日 19:20:46 +01:00
tests add CAP LS 302 support and max-lines support for draft/multiline messages 2026年01月13日 19:20:46 +01:00
unit add CAP_NET_BIND_SERVICE in biboumi.service to be able to bind on port 113 2020年03月11日 14:37:03 +01:00
.dockerignore build docker image from local files, not git clone 2026年01月02日 20:24:09 +01:00
.gitignore Update .gitignore 2016年04月28日 15:52:30 +02:00
.gitlab-ci.yml ci: Do not fail the packaging:rpm job if test:fedora did not run 2020年05月22日 11:15:16 +02:00
CHANGELOG.rst add archive_expires_after option 2026年01月10日 18:59:34 +01:00
CMakeLists.txt install files using GNUInstallDirs 2026年01月11日 13:53:19 +01:00
COPYING Remove a useless line in the COPYING file 2016年09月16日 23:19:38 +02:00
README.rst change to direct /doc/ 2026年01月10日 19:59:00 +01:00

Biboumi

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++20 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.

Install

Refer to the INSTALL file.

Usage

Read the documentation.

Authors

Florent Le Coz (louiz’) <louiz@louiz.org>

Contact/Support

Also, see the contributing page.

Licence

Biboumi is Free Software. (learn more: http://www.gnu.org/philosophy/free-sw.html)

Biboumi is released under the zlib license. Please read the COPYING file for details.