Document the systemd-daemon optional dependency
Add support for systemd-daemon
Call on_connection_failed() when the connection fails to be established
Remove a useless debug log line
Document the new dummy channel, and how biboumi creates and closes connections
Fix a wrong description of how addressing works in biboumi
Add an explanatory topic on the dummy channel
Joining the dummy channel connects to the irc server
Do not disconnect from the IRC server if the dummy channel is joined
Better way to leave the dummy room
Merge branch 'master' into dummy_chan
Fix the leave-muc presence stanza
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