- 14 Nov, 2013 3 commits
- 13 Nov, 2013 3 commits
- 12 Nov, 2013 3 commits
- 10 Nov, 2013 12 commits
-
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
Because the XMPP component connection is only available locally, the XMPP servers proably only listen on 127.0.0.1 instead of 0.0.0.0.
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
And now we handle namespaces, yay. And a nice little test.
-
- 09 Nov, 2013 5 commits
- 07 Nov, 2013 1 commit
-
-
louiz’ authored
Also correctly respond to PING with the id, escape some XML content, but not always
-
- 06 Nov, 2013 2 commits
-
-
louiz’ authored
-
louiz’ authored
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.
-
- 03 Nov, 2013 4 commits
- 02 Nov, 2013 7 commits
-
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
(that is, the read/write/connect/etc) Because this code is actually common for both the IrcClient and XmppComponent class. These two classes have to implement some higher level callbacks (parsing the data provided in the buffers, doing stuff when the connection is done) instead of doing the read/write/connect low level things.
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
Basic connect, socket creating, polling, recving, etc.
-