summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/stanzabase.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-02-14Resolve most Python3.3 related issues.Lance Stout
2013-01-20Allow for simplified XPath namespacesLance Stout
2012-10-18Recognize plugin stanzas when they're appended.Lance Stout
2012-10-10Correct handling deleting plugins when xml:lang is active.Lance Stout
2012-09-25Add support for XEP-0280 Message CarbonsLance Stout
2012-09-24Fix deleting non-existent stanza plugins.Lance Stout
2012-09-24Simplify stringifying XMLLance Stout
2012-07-25Fix initializing plugins in stanzas with a language set.Lance Stout
2012-06-22Resolve xml:lang issue with duplicated elements depending on ordering.Lance Stout
2012-06-20Fix issue with setting subelements values with default langs.Lance Stout
2012-06-19Allow message and presence stanzas to be embedded as substanzas.Lance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Enable using xml:lang with normal interfaces.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-05-05Tidy up and add tests for multi_attrib plugins.Lance Stout
2012-04-30added multifactory and support for it to register_stanza_pluginErik Larsson
2012-04-25Use provided stanza ID.Lance Stout
2012-04-14Handle using provided weakrefs as stanza parent references.Lance Stout
2012-03-27Add support for a new type of stanza interface: boolLance Stout
2012-02-19Fix incompatibility with clearing an element between ElementTree and cElement...Lance Stout
2012-02-18More pyflakes cleanup.Lance Stout
2012-02-17Make last_xml usage a little more explict.Lance Stout
2012-01-17Pre-parse StanzaPath paths to speed up matching.Lance Stout
2011-12-31Merge branch 'develop' into develop-1.1Lance Stout
2011-12-31Add docs on using Iq stanzas.Lance Stout
2011-12-28Ensure that stanza plugins work as expected if the XML is appended.Lance Stout
2011-12-12Add support for incoming/outgoing filters.Lance Stout
2011-12-11Fix iterable substanzas when added as normal plugin.Lance Stout
2011-11-22Update docs for tostringLance Stout
2011-11-21Add more stanzabase docsLance Stout
2011-11-21Update stanzabase docsLance Stout
2011-11-19Tidy up logging calls.Lance Stout
2011-09-01Fix memory reference bugs.Lance Stout
2011-08-04Cosmetic PEP8 fixes.Lance Stout
2011-05-31Merge branch 'develop' into stream_featuresLance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-03-24Merge branch 'develop' into stream_featuresLance Stout
2011-03-24Allow a stanza plugin to override a parent's interfaces.Lance Stout
2011-03-22Merge branch 'develop' into stream_featuresLance Stout
2011-03-22Updated XEP-0128 plugin to work with the new XEP-0030 plugin.Lance Stout
2011-03-18Merge branch 'develop' into stream_featuresLance Stout
2011-03-18Change namespace inclusion in strings.Lance Stout
2011-02-14Merge branch 'develop' into stream_featuresLance Stout
2011-02-14Remap old method names in a better way.Lance Stout
2011-02-11XMPPError exceptions can keep a stanza's contents.Lance Stout
2011-01-27Update tostring methods.Lance Stout
2011-01-27Make stanza.plugins an OrderedDict.Lance Stout
2011-01-26Cleanup for stanzabase.Lance Stout