summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/channel_messages.py
AgeCommit message (Collapse)Author
2020-09-23Trivial comment change in an e2e testlouiz’
2020-09-23Always send direct messages to the user’s bare JIDJonas Schäfer
This has the following advantages: - Works while all resources are offline (persistent channels) - Helps with combating duplicate messages when sent to different resources, resources going offline, carbon-copying etc. etc. As a side effect, this also makes the MUC PMs not be MUC PMs and always be emitted from the server-wide JID of the sending user. Fixes #3313.
2020-05-05Update the tests to work with oragonolouiz’
2020-03-11Merge remote-tracking branch 'linkmauve/die-gc1.0-die'louiz’
2020-03-11And modify the tests to work, by adding the <x/> node in all join presenceslouiz’
2020-03-10Add a test to check that XEP-45 stable ID thing is respectedlouiz’
See https://xmpp.org/extensions/xep-0045.html#message
2019-10-31Split all the e2e tests in their own fileslouiz’
Some duplication is avoided, but most importantly: it’s much much cleaner, easier to find, functions have been cleaned up (functools.partial usages are now hidden), etc.