summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/matcher
AgeCommit message (Collapse)Author
2010-10-06More PEP8 compliance cleanups.Lance Stout
Cleaned up the atom entry stanza.
2010-10-06Moved ClientXMPP to clientxmpp.py.Lance Stout
Cleaned up the __init__.py files.
2010-09-01Updated all of the matcher classes in sleekxmpp.xmlstream.matcher.Lance Stout
Matchers are now PEP8 compliant and have documentation.
2010-07-29Added useful imports to the xmlstream, xmlstream.handler, and ↵Lance Stout
xmlstream.matcher __init__.py files to make it simpler to import common classes.
2010-07-20Updated license notices to use the correct MIT format. Also corrected ↵Lance Stout
references to nonexistant license.txt to LICENSE.
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2010-01-15fixed matcher bug introduced with stanza matchingNathan Fritz
2010-01-15xep 30 and 50 always reply from jid iq sent toNathan Fritz
2010-01-08* python 2.6 compatibilityNathan Fritz
2009-12-17* fixed many stanza bugsNathan Fritz
* added stanza unhandled (unhandled iqs now reply with feature-not-implemented) * added stanza exceptions (stanzas may now reply with exceptions when their handler raises an exception)
2009-07-11xmlmask now ignores namespace on subdomains properly if ignore_ns is setNathan Fritz
2009-07-11components now ignore namespaces in matching completely for server compatibilityNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz