summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0004
AgeCommit message (Expand)Author
2021-03-08XEP-0004: stanza, only delete field type if it is not 'hidden'mathieui
2021-03-07XEP-0004: add "forms" as a multi-attrib plugin for Formmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-06Remove OrderedDict usageEmmanuel Gil Peyrot
2018-02-11Fix usage of the 0004 plugin interfacemathieui
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\),))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-20XEP-0004: Remove deprecated getXML() and fromXML() methods.Emmanuel Gil Peyrot
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Always use OrderedDict from collections, and remove its implementation in sli...Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz