Ability to leave the dummy channel
Correctly use the dummy channel whenever we interract with an empty-string chan
Merge branch 'master' into dummy_chan
Improved doc rule in the cmake thing
Do not print an error message from expat if the error was "parsing finished"
Do not use exceptions for missing tags, improvement in code simplicity
Messages coming from the IRC server are of type "chat"
The default type for message stanza is "normal"
Catch all exception produced by a received message (irc or xmpp)
The absence of a from attribute is an unrecoverable error, just ignore it
Send a stanza error when receiving bad stanzas
Whether this is a bad-request (missing XML attributes or elements) or an
internal server error.
Use the correct type of error
Send an error presence whenever a user tries to join an invalid room
Introduce two new bool, to know if the xmpp component should try to reconnect
If we never succeeded our connection+auth process, means we should probably
not attempt any-more, and just give up. If we ever did, this means a
reconnect is a good idea
Reconnected immediately to the XMPP whenever it closes the connection
Do not send data if we are connected, send it only once we actually are
Fix the CMakeLists.txt regarding ronn