Make the logger tests more useful
Show off, with some variadic templates, for the logger module
Display a message to tell if we found pandoc or not
fix #3177
Make the default config file put the database in /var/lib
Allow cmake to configure the systemd unit’s user and group
Reset the preferred private JID when all resources leave a room
For example if we are talking in private with nick Joe from
room #foo, and then we leave that room, we start receiving Joe’s
message from the server-wide JID
e2e tests included!!!
Add some e2e tests to check that private messages come from the right JIDs
Add a basic e2e test for channel and private messages
Add a missing vector include
Support multiple nick session, except for IQs
ref #2556
Forward everything to all concerned XMPP resources
Remove all usage of std::list
Add methods to know which resource is on which server or channel
Associate a bridge with a bare JID instead of a full JID
ref #2556
Check the length of the JID parts when copying into the jidprep buffer
We trust the XMPP server, but maybe not enough to not check that
ci: include only the rpm and srpm directory in the artifacts
The rest is useless and takes a lot of space
Update the build process to take into account the rst files