summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Collapse)Author
2012-10-10Correct handling deleting plugins when xml:lang is active.Lance Stout
2012-10-10Update carbons plugin to use latest spec.Lance Stout
2012-10-05Fix XEP-0078 error handlingLance Stout
2012-10-05Merge branch 'master' into developLance Stout
2012-10-05Fix empty namespaces in XEP-0045 plugin.Lance Stout
2012-10-02Merge branch 'master' into developLance Stout
2012-10-02Unclobber connected event handler names.Lance Stout
Fixes issue #199
2012-10-01Add stream_negotiated event.Lance Stout
Fires after all stream features have been processed.
2012-10-01Update legacy auth to be used outside of stream features.Lance Stout
Also, add detection of legacy XMPP version.
2012-09-30Merge branch 'master' into developLance Stout
2012-09-30Expand warning for missing ASN1 parser to include pyasn1_modulesLance Stout
2012-09-28Merge branch 'master' into developLance Stout
2012-09-26Add support for XEP-0091: Legacy Delayed DeliveryLance Stout
2012-09-26Add support for XEP-0013: Flexible Offline Message RetrievalLance Stout
2012-09-26Allow disco queries to got to server when no JID is specified and marked not ↵Lance Stout
local.
2012-09-25Add support for XEP-0313: Message Archive ManagementLance Stout
NOTE: XEP-0313 is still very experimental, and there will likely be API changes in the future.
2012-09-25Add Collector stanza handler class.Lance Stout
This style of handler is necessary for capturing result sets from queries that use multiple messages to send the results instead of in a single result stanza. Notably, XEP-0313 (MAM).
2012-09-25Update RSM iterator to specify where to look to count result sizes.Lance Stout
2012-09-25Add XEP-0308 Last Message Correction supportLance Stout
2012-09-25Fix copyright yearLance Stout
2012-09-25Add options to auto add ID values to message and presence stanzas.Lance Stout
2012-09-25Fix handling forwarded stanzas to do proper lookups and deletions.Lance Stout
2012-09-25Merge branch 'master' into developLance Stout
2012-09-25Add support for XEP-0280 Message CarbonsLance Stout
2012-09-24Add XEP-0297: Stanza Forwarding supportLance Stout
2012-09-24Fix deleting non-existent stanza plugins.Lance Stout
2012-09-24Simplify stringifying XMLLance Stout
2012-09-18Merge branch 'master' into developLance Stout
2012-09-18Remove race condition when aborting while connecting/reconnecting.Lance Stout
2012-09-13Merge branch 'master' into developLance Stout
2012-09-13Don't break checking certs for localhost.Lance Stout
2012-09-11Add support for XEP-0049: Private XML StorageLance Stout
2012-09-11Add support for Google's X-OAUTH2 SASL mechanismLance Stout
2012-09-11Don't perform caps lookup if the disco info is already known.Lance Stout
2012-09-04Add support for XEP-0279: Server IP CheckLance Stout
2012-09-04Add support for XEP-0235: OAuth over XMPPLance Stout
2012-09-01Merge branch 'master' into developLance Stout
2012-09-01Map <group /> elements with no content to '' instead of None.Lance Stout
2012-08-24Merge branch 'master' into developLance Stout
2012-08-24Add catch-all chatstate event.Lance Stout
2012-08-24Fix get_blocked() in XEP-0191Florian Fieber
2012-08-23Special plugin loading case for xep_0115 no longer needed.Lance Stout
2012-08-23Fix certificate expiration schedulerFlorian Fieber
timedelta.seconds does not store the total seconds of a time span. Internally, seconds is the next smaller unit to days, hence timedelta.seconds will never exceed (or reach) the number of seconds in a day (60*60*24=86400)
2012-08-23Fix get_blocked() in XEP-0191Florian Fieber
2012-08-19Fix certificate expiration schedulerFlorian Fieber
timedelta.seconds does not store the total seconds of a time span. Internally, seconds is the next smaller unit to days, hence timedelta.seconds will never exceed (or reach) the number of seconds in a day (60*60*24=86400)
2012-08-17Merge branch 'master' into developLance Stout
2012-08-17Ensure that auth is done based on the original, requested JID and not on the ↵Lance Stout
bound JID.
2012-08-14Merge branch 'master' into developLance Stout
2012-08-14Fix using PLAIN over older SSL method.Lance Stout
2012-08-14Merge branch 'master' into developLance Stout