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
2016-08-12XEP 0203 supportHEADmasterJacek Konieczny
2011-08-23Workaround for OpenFire <bind/> reply bugJacek Konieczny
2011-07-03Merge branch 'master' of github.com:Jajcus/pyxmppJacek Konieczny
2011-07-03PyXMPP 2 link from pyxmpp.jajcus.netJacek Konieczny
2011-06-30PyXMPP is becoming obsolete, PyXMPP2 is thereJacek Konieczny
2011-05-08configure.py updated for the last TLS changesJacek Konieczny
2011-05-08Always 'make doc' for 'make dist'pyxmpp2-fork-startedJacek Konieczny
2011-05-08Obsolete entry removed from TODOpyxmpp-1.1.2Jacek Konieczny
2011-05-08Version: 1.1.2Jacek Konieczny
2011-05-08Ignore some files from `make doc www`Jacek Konieczny
2011-05-08rst2html tool command name updateJacek Konieczny
2011-05-08typo fix in the READMEJacek Konieczny
2011-05-08URLs updated after moving to GitHubJacek Konieczny
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-04SRV handling fixJacek Konieczny
2011-05-03Do not use '$Id'.Jacek Konieczny
2011-05-03- more ignoresJacek Konieczny
2011-05-03some ignores for gitJacek Konieczny
2011-05-03Makefile updated for use with git instead of svnJacek Konieczny
2011-05-03README updated for the GitHub migrationJacek Konieczny
2011-05-03README.rst symlink added for better rendering on GitHubJacek Konieczny
2011-05-03- allow selection of IPv6/IPv4 via dns.resolver.set_default_address_family()Jacek Konieczny
2011-05-03- IPv6 support addedJacek Konieczny
2010-07-08- assignment operator fix (fixes #39)Jacek Konieczny
2010-05-26- log XML parsing warnings via the logging moduleJacek Konieczny
2010-05-26- ignore more warnings about broken namespacesJacek Konieczny
2010-04-26*** Version: 1.1.1 ***Jacek Konieczny
2010-04-20- SASL External authentication. Closes #35. Thanks to neuroJacek Konieczny
2010-04-20- do not 'eat' exceptionsJacek Konieczny
2010-04-09- accept roster pushes from own bare JID too. fixes #30Jacek Konieczny
2010-04-05- download_url added to the package meta-dataJacek Konieczny
2010-04-05- Version: 1.1.0Jacek Konieczny
2010-04-05- copyright header updatedJacek Konieczny
2010-04-04- libxml2 package name fixed in requires listJacek Konieczny
2010-04-04- meta-data updates (re #22)Jacek Konieczny
2010-04-04- properly escape semicolons in structured name fields (patch by StelminatorJacek Konieczny
2010-04-04- Option.label and Field.type are optional. Patch by Stelminator. closes #8Jacek Konieczny
2010-04-04- unicode handling improvments by 'grzyw' (closes #15)Jacek Konieczny
2010-04-04- use 'classmethod' as decoratorJacek Konieczny
2010-04-04- Option class documentation updated – .values attribute is no more (re #18)Jacek Konieczny
2010-04-04- do not raise an exception when roster push is received from wrong JID (clos...Jacek Konieczny
2010-04-04- patch to ignore "invalid vcard-temp" namespace warnings from libxml2, by 3....Jacek Konieczny
2010-04-03- simple tool to get XMPP server certificateJacek Konieczny
2010-04-03- use hashlib unconditionally (support for python 2.4 dropped anyway)Jacek Konieczny
2010-04-03- abort authentication when already disconnectingJacek Konieczny
2010-04-03- use the standard 'ssl' module instead of M2CryptoJacek Konieczny
2010-04-03- do not loop with self.socket == NoneJacek Konieczny
2009-08-16- fix echobot handling of 'normal' messages. closes #36 (Debian bug 530498), ...Jacek Konieczny