slixmpp/sleekxmpp/xmlstream
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
..
handler Add Collector stanza handler class. 2012-09-25 20:20:22 -07:00
matcher Fix verifying 'from' for IQ results. 2014-02-03 19:15:08 -06:00
__init__.py Add validation for JIDs. 2012-07-24 01:43:20 -07:00
cert.py Fixed typo. 2015-06-05 12:25:41 +05:30
filesocket.py Skip EINTR errors on raw sockets 2013-06-20 18:29:53 +04:00
jid.py Add backwards compatibility shim for the old jid.py location. 2012-07-24 01:43:20 -07:00
resolver.py Bring back use of dnspython for A/AAAA resolution. 2014-06-08 19:51:57 -07:00
scheduler.py Fixed scheduler wait loop 2013-06-20 18:30:07 +04:00
stanzabase.py Add test case for reported and items 2015-09-15 10:05:53 -06:00
tostring.py ElementTree._escape_cdata isn't reliable across Python versions. 2013-09-12 10:39:10 -07:00
xmlstream.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