~singpolyma/biboumi

ref: e840704b58a984351971e8034e74f5e9fdfaf114 biboumi/src/irc/irc_channel.cpp -rw-r--r-- 1.0 KiB
e840704b — Florent Le Coz 9 years ago
Convert received modes into roles and affiliations
acf769d8 — Florent Le Coz 9 years ago
Use isupport informations to know the user modes when joining

Also remove the duplicate send_self_join methods, user only send_user_join
7c671499 — Florent Le Coz 9 years ago
Implement part and join, both ways
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.