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
path: root/pyxmpp
AgeCommit message (Expand)Author
2016-08-12XEP 0203 supportHEADmasterJacek Konieczny
2011-08-23Workaround for OpenFire <bind/> reply bugJacek 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-03some ignores for gitJacek 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-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- copyright header updatedJacek 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- 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-06-17- do not add 'role' attribute an <item/> element when the role is notJacek Konieczny
2009-04-29- use hashlib instead deprecated sha module when possibleJacek Konieczny
2009-04-24- ExpiringDictionary + StanzaProcessor timeout threadsafety patch by chris/di...Jacek Konieczny
2009-01-20- BiDi properties lookup fix (typo). fixes #19, thanks to 'Yota_VGA AT tiscal...Jacek Konieczny
2009-01-20- accept <iq/> stanzas from own bare jid as own server answers too, fixes #28Jacek Konieczny
2009-01-17- use docCopyNode() and reconciliateNs() to make sure namespaces references areJacek Konieczny
2008-12-05- Python 2.6 update: use 'hashlib' module instead of 'md5' and 'sha' when ava...Jacek Konieczny
2008-12-05- Python 2.6 update: usage of deprecated BaseException.message droppedJacek Konieczny
2008-12-05- small TLS improvements from Ron FrederickJacek Konieczny
2008-08-21- login after registration fix by andrew.p.Hahn (fixes #26)Jacek Konieczny
2008-08-08- allow spaces between challenge and response parameters (RFC 2831, section 7...Jacek Konieczny
2008-08-08- GSSAPI SASL support by Jelmer VernooijJacek Konieczny
2008-05-06- dataforms API and tests fixesJacek Konieczny
2007-08-30- .get_to() and get_from() documentation fix (correct return type)Jacek Konieczny
2007-06-28- last fix applied to two other occurences of the buf (closes #13, again)Jacek Konieczny
2007-06-27- RFC2425 parsing of VCardImage and attribute initialization fix (closes #13)Jacek Konieczny
2007-06-26- fixed #12Jacek Konieczny
2007-05-09- make 'deny', not 'accept' response in make_deny_responseJacek Konieczny
2007-02-21- as_xml() already adds content to the stanza ('if' changed to 'elif')Jacek Konieczny
2007-02-03- interfaces API improvementsJacek Konieczny
2007-01-05- return feature-not-implemented error if no handler is found for otherwise v...Jacek Konieczny
2006-12-11- typoJacek Konieczny