All Projects → louiz → Biboumi

louiz / Biboumi

Licence: zlib
IRC gateway for XMPP

Projects that are alternatives of or similar to Biboumi

Irc Slack
IRC-to-Slack gateway
Stars: ✭ 123 (+141.18%)
Mutual labels:  irc, gateway
docker-errbot
Dockerfile for Err - the pluggable chatbot
Stars: ✭ 53 (+3.92%)
Mutual labels:  irc, xmpp
Colloquy
Colloquy is an advanced IRC, SILC & ICB client for macOS and iOS!
Stars: ✭ 131 (+156.86%)
Mutual labels:  irc, xmpp
Whapp Irc
whatsapp web <-> irc gateway
Stars: ✭ 208 (+307.84%)
Mutual labels:  irc, gateway
Sockethub
A protocol gateway for the Web.
Stars: ✭ 329 (+545.1%)
Mutual labels:  irc, xmpp
Localslackirc
IRC gateway for slack, running on localhost for one user
Stars: ✭ 84 (+64.71%)
Mutual labels:  irc, gateway
Slack-IRC-Gateway
Bridge Slack rooms to IRC channels
Stars: ✭ 33 (-35.29%)
Mutual labels:  irc, gateway
Vk4xmpp
Jabber-транспорт для ВКонтакте (A jabber gateway to the VK social network)
Stars: ✭ 114 (+123.53%)
Mutual labels:  xmpp, gateway
Jitsi
Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.
Stars: ✭ 3,531 (+6823.53%)
Mutual labels:  irc, xmpp
st2chatops
Packaging environment for building StackStorm chatops native packages
Stars: ✭ 26 (-49.02%)
Mutual labels:  irc, xmpp
hyperchannel
Kosmos Chat for the Web
Stars: ✭ 17 (-66.67%)
Mutual labels:  irc, xmpp
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+8629.41%)
Mutual labels:  irc, xmpp
Miranda Ng
Miranda NG: Next Generation of Miranda IM
Stars: ✭ 341 (+568.63%)
Mutual labels:  irc, xmpp
Twisted
Event-driven networking engine written in Python.
Stars: ✭ 4,442 (+8609.8%)
Mutual labels:  irc, xmpp
Pxe Vagrant
a Preboot Execution Environment (PXE) gateway
Stars: ✭ 33 (-35.29%)
Mutual labels:  gateway
Hammerspoon
Staggeringly powerful macOS desktop automation with Lua
Stars: ✭ 8,540 (+16645.1%)
Mutual labels:  irc
Profanity
Ncurses based XMPP client
Stars: ✭ 966 (+1794.12%)
Mutual labels:  xmpp
Plugins
Plugins for SmartHomeNG - The device integration platform for your smart home
Stars: ✭ 32 (-37.25%)
Mutual labels:  gateway
Alectro
A terminal IRC client in Rust.
Stars: ✭ 47 (-7.84%)
Mutual labels:  irc
Ondemand
Supercomputing. Seamlessly. Open, Interactive HPC Via the Web
Stars: ✭ 40 (-21.57%)
Mutual labels:  gateway

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

Install

Refer to the INSTALL_ file.

Usage

Read the documentation_.

Authors

Florent Le Coz (louiz’) [email protected]

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.

.. _INSTALL: doc/install.rst .. _the documentation: https://doc.biboumi.louiz.org .. _contributing: CONTRIBUTING.rst

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].