slixmpp/sleekxmpp
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
..
features cleanup semicolons, whitespace and mutable default arguments 2014-08-23 12:47:29 +02:00
plugins Add test case for reported and items 2015-09-15 10:05:53 -06:00
roster cleanup semicolons, whitespace and mutable default arguments 2014-08-23 12:47:29 +02:00
stanza Merge pull request #316 from rakoo/develop 2015-04-11 20:53:44 -04:00
test cleanup semicolons, whitespace and mutable default arguments 2014-08-23 12:47:29 +02:00
thirdparty Add test case for reported and items 2015-09-15 10:05:53 -06:00
util In queues added option to remove first element on addind new if queue is 2014-11-27 07:11:06 +02:00
xmlstream Add test case for reported and items 2015-09-15 10:05:53 -06:00
__init__.py Add null handler to logging engine 2013-08-10 21:34:18 +04:00
api.py Substitute a blank JID for the boundjid in API calls. 2012-07-25 01:33:44 -07:00
basexmpp.py Added **kwargs to ClientXMPP, BaseXMPP and XMLStream so that certfile, keyfile and ca_certs can be initialized. 2015-07-03 10:47:06 +05:30
clientxmpp.py Added **kwargs to ClientXMPP, BaseXMPP and XMLStream so that certfile, keyfile and ca_certs can be initialized. 2015-07-03 10:47:06 +05:30
componentxmpp.py cleanup semicolons, whitespace and mutable default arguments 2014-08-23 12:47:29 +02:00
exceptions.py Ensure XMPPError.text is a string. 2013-01-24 02:45:14 -08:00
jid.py Removed duplicate property 2015-05-28 09:35:50 -04:00
version.py bump to version v1.4 2015-04-11 20:38:11 -04:00