e2e: Switch from coroutines to async, for python3.8
Fix clang warnings on some utils function. It’s also faster
Fix a std::move() warning with clang
Fix a compile error with gcc 10
Fix #3431
ci: Always upload the test: artifacts
Add missing affiliation and role in nick change presence
Fix #3429
Temporarily disable freebsd tests until I fix my freebsd machine
Update version in doc configuration
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Merge remote-tracking branch 'linkmauve/die-gc1.0-die'
Remove the part of the force-join test that checks the nick changed
Because we actually don’t change the nick, we ignore it, just like in the
case of a normal join (of an other resource, or an other channel on the same
server).
Consider the nick change only if it is NOT a join
And modify the tests to work, by adding the <x/> node in all join presences
add CAP_NET_BIND_SERVICE in biboumi.service to be able to bind on port 113
fix #3419
Fix a type stable-id -> stanza-id, and add a test case to be exhaustive
Announce the urn:xmpp:sid:0 NS in MUC's disco#info
As required by XEP 0359
Should fix #3369
Avoid nick changes when joining a room that was already joined
By an other resource, or anything
fix #3423