summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0004/stanza/form.py
AgeCommit message (Expand)Author
2015-09-15Add test case for reported and itemsRobert Robinson
2015-09-14Fix xep_0050 changes after form refactor.Robert Robinson
2015-09-14Force forms and fields to use plugin resolutionRobert Robinson
2014-08-23cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-08-21Fix some more Unicode in **kwargs issues in Py2.6Lance Stout
2014-08-18Revert "cleanup semicolons, whitespace and mutable default arguments"Robin Gloster
2014-08-18cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2013-02-14Resolve most Python3.3 related issues.Lance Stout
2012-10-19Allow passing form instructions as a list of strings.Lance Stout
2011-12-13Use OrderedDicts instead of regular dictionaries when returning values from f...Lance Stout
2011-12-13Ensure that item fields have the proper type.Lance Stout
2011-08-13Add form.field back in for backwards compatibility.Lance Stout
2011-08-11Reorganize XEP-0004.Lance Stout