~singpolyma/biboumi

ref: 7ba2d0fb45e7466e6fb38002bf1866d1f5e39c28 biboumi/src/bridge/bridge.hpp -rw-r--r-- 3.3 KiB
7c671499 — Florent Le Coz 9 years ago
Implement part and join, both ways
f38b31a6 — Florent Le Coz 9 years ago
Remove IRC colors from the body when forwarding it to XMPP
a418b6ed — Florent Le Coz 9 years ago
Send and receive messages

Also correctly respond to PING with the id, escape some XML content, but not
always
bf7b05ef — Florent Le Coz 9 years ago
Implement the Bridge class to translate between the two protocols

Add all useful classes as well: Jid, Iid, IrcChannel, IrcUser etc to
properly keep the informations about what we receive from the IRC server.

Only handle the MUC join stanza, and send the list of users in the IRC
channel to the XMPP user, and the IRC channel’s topic, for now.