summaryrefslogtreecommitdiff
path: root/slixmpp/stanza/message.py
AgeCommit message (Collapse)Author
2022-05-28Change origin-id defaults to FalseMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-07-05stanza: fix circular importsmathieui
ew
2021-07-05stanza: fix a bunch of type errorsmathieui
2021-04-09Fix #3441: Do not assign ID to inbound stanzasmathieui
2021-02-17stanzabase: Fix a bug when setting id for streamless messagesmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2019-08-23basexmpp: Make origin-id opt-outMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-08-23Implement origin-id (XEP-0359)Maxime “pep” Buquet
This XEP is not implemented as a plugin but directly into Message. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-02-24Update the documentation and examplesmathieui
- update most of the examples with slixmpp - change the help channels pointed out in the doc - add a page listing differences from slixmpp and how to use asyncio nicely with slixmpp - fix some in-code rst documentation
2015-02-12Fix the uses of stanza.reply()mathieui
This is relying on the stanzas being copied for each handler. We no longer do that for performance reasons, so instead of editing the copy in-place, stanza.reply() now returns a new stanza.
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz