~singpolyma/biboumi

ref: f38b31a63ee203e53d1135a87f1b4e9faaf7dd3f biboumi/src/bridge/bridge.cpp -rw-r--r-- 3.2 KiB
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.