SleekXMPP/sleekxmpp
Lance Stout 9b7ed73f95 Reorganize XEP-0004.
Changes:
    May now use underscored method names
    form.field is replaced by form['fields']
    form.get_fields no longer accepts use_dict parameter, it always
        returns an OrderedDict now
    form.set_fields will accept either an OrderedDict, or a list
        of (var, dict) tuples as before.
    Setting the form type to 'submit' will remove extra meta data
        from the form fields, leaving just the 'var' and 'value'
    Setting the form type to 'cancel' will remove all fields.
2011-08-11 21:59:55 -07:00
..
features Enable forcing a specififc SASL mech: 2011-08-09 00:51:49 -07:00
plugins Reorganize XEP-0004. 2011-08-11 21:59:55 -07:00
stanza Fix XEP-0078 using the new stream feature workflow. 2011-08-06 12:30:56 -07:00
test Cosmetic PEP8 fixes. 2011-08-04 22:37:22 -07:00
thirdparty Hotfix for ANONYMOUS mech support. 2011-08-05 14:06:58 -07:00
xmlstream Cosmetic PEP8 fixes. 2011-08-04 22:37:22 -07:00
__init__.py Hotfix for ANONYMOUS mech support. 2011-08-05 14:06:58 -07:00
basexmpp.py Save the stream ID when the stream starts. 2011-08-06 00:44:32 -07:00
clientxmpp.py added block as process option and updated documentation. added typical use example to ClientXMPP. 2011-08-04 21:49:32 -07:00
componentxmpp.py Save the stream ID when the stream starts. 2011-08-06 00:44:32 -07:00
exceptions.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00