summaryrefslogtreecommitdiff
path: root/sleekxmpp/componentxmpp.py
AgeCommit message (Collapse)Author
2010-07-12removed unused imports and fixed log msgTom Nichols
2010-06-01updated README, index fix for componentNathan Fritz
2010-06-01added plugin indexing to componentsNathan Fritz
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2010-01-27fixed 2.6 compatibility for componentxmppNathan 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-12-15makeMessage and makePresence now use new stanza classesNathan Fritz
fixed component usage of stanzas
2009-10-29* added init option for component namespaceNathan Fritz
2009-10-29* namespace tweak for componentsNathan Fritz
2009-09-15* fixed unavailable status in sendPresenceNathan Fritz
* fixed jabber:client filtering for components
2009-09-05* fixesNathan Fritz
2009-08-31brought components over to python 3.xNathan Fritz
2009-07-11fixed typoNathan Fritz
2009-07-11added incoming_filterNathan Fritz
2009-07-11fixed relative importNathan Fritz
2009-07-11fixed import bug in componentNathan Fritz
2009-07-11components now ignore namespaces in matching completely for server compatibilityNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz