summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0203
AgeCommit message (Collapse)Author
2022-07-12XEP-0203: Prevent naïve datetime from being passedEmmanuel Gil Peyrot
The specification says “The format MUST adhere to the dateTime format specified in XEP-0082 and MUST be expressed in UTC.” We now respect this requirement, by rejecting naïve datetimes with a ValueError exception, and converting the passed datetime to UTC. Fixes #3471.
2021-02-05global: rewrite copyright notice to use commentsmathieui
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz