Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-08Check socket.send() resultJacek Konieczny
2011-05-08Fixes for Unicode domain namesJacek Konieczny
2011-05-08Improved error handling for SRV and host lookupsJacek Konieczny
2011-05-03Do not use '$Id'.Jacek Konieczny
2011-05-03- allow selection of IPv6/IPv4 via dns.resolver.set_default_address_family()Jacek Konieczny
2010-04-03- do not loop with self.socket == NoneJacek Konieczny
2006-08-27- "owner" attribute added to stream classes. May be used to get right Client ...Jacek Konieczny
2006-08-27- stream attribute added to Stanza objectsJacek Konieczny
2006-08-27- exception handling improvements, part oneJacek Konieczny
2006-08-26- copyright headers updatedJacek Konieczny
2006-07-18- fixed problem with non-ascii characters in JID during resource-bindingJacek Konieczny
2006-07-12- catch all socket.errors (patch by Winfried Tilanus)Jacek Konieczny
2005-10-14- deprecate non-unicode string usage with PyXMPP APIJacek Konieczny
2005-03-20- cleanup (with pylint's help)Jacek Konieczny
2005-03-04- sanitization of XML nodes written to the stream moved to separate function ...Jacek Konieczny
2005-03-04- remove bogus namespace declarations from stanzas sent -- without this CJC (...Jacek Konieczny
2005-02-27- optional python-only buildJacek Konieczny
2005-02-26- back to the SAX based stream reader. Requires libxml2 >= 2.6.11. <= 2.6.6 w...Jacek Konieczny
2005-02-26- set 'to' on stream:stream only if initiator, and 'from' only if receiverJacek Konieczny
2005-01-18- log exception cought from the stream parserJacek Konieczny
2005-01-09- A lot of API and code cleanup:Jacek Konieczny
2004-12-29- my e-mail address and copyright year updatedJacek Konieczny
2004-12-19- use recv() not read() on a socketJacek Konieczny
2004-10-11- stream mix-ins class moved before the StreamBase in Stream class parent listJacek Konieczny
2004-10-11- raise StreamParseError on stream parse error (_xmlextra.error)Jacek Konieczny
2004-10-08- cosmeticsJacek Konieczny
2004-10-08- documentation cleanupJacek Konieczny
2004-09-24- missing files addedJacek Konieczny