slixmpp/sleekxmpp/thirdparty
Robert Robinson 0b14ef82d4 Add test case for reported and items
Previous stanza test cases didn't have test cases for reported and item field types in forms.   This fixes that issue.

Modified stanzabase to use an ordered dict so that can guarentee the that 'items' in a form are added after reported.  Also updated the set of interfaces that are stored in Form to be a ordered set.  Used the order set implementation from:  https://code.activestate.com/recipes/576694/

The OrderedSet implementation is licensed under the MIT license and is developed by the same developer of the ordereddict.
2015-09-15 10:05:53 -06:00
..
__init__.py Add test case for reported and items 2015-09-15 10:05:53 -06:00
gnupg.py Add support for XEP-0027 2012-04-06 15:22:23 -04:00
mini_dateutil.py Fix in tzoffset and _get_fixed_offset_tz 2013-05-09 20:59:00 +02:00
ordereddict.py Added ordereddict implementation to thirdparty. 2010-12-21 17:33:31 -05:00
orderedset.py Add test case for reported and items 2015-09-15 10:05:53 -06:00
socks.py Merge pull request #313 from mayflower/develop 2015-04-11 20:12:19 -04:00
statemachine.py fix args, kwargs which were broken with #310. this is essentially the same but working 2014-08-23 14:25:35 +02:00