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
2004-10-26- another missing tag addedpyxmpp-0.3Jacek Konieczny
2004-01-18- include ChangeLog in distributed tarballJacek Konieczny
2004-01-18- *** Version: 0.3 ***Jacek Konieczny
2004-01-18- sytax fixed (but this is still not finished and non-functional)Jacek Konieczny
2004-01-18- use '+cvs' suffix for CVS versionJacek Konieczny
2004-01-18- note about python 2.3 featuresJacek Konieczny
2004-01-18- all unneeded and non-portable magic removedJacek Konieczny
2004-01-18- updatedJacek Konieczny
2004-01-18- updatedJacek Konieczny
2004-01-18- use .newTextChild instead .newChild to create text nodes (fixes CJC bug #3179)Jacek Konieczny
2004-01-18- work on vCard support started. NFYJacek Konieczny
2003-11-30- /usr/local/include/libxml2 directory added to includesJacek Konieczny
2003-11-30- more portable MakefileJacek Konieczny
2003-11-30- more portable MakefileJacek Konieczny
2003-11-26- initialize self.me not self.jid in _bin_successJacek Konieczny
2003-11-24- '-f' option to 'ln' doesn't always mean the sameJacek Konieczny
2003-11-24- basic IDNA support (input only)Jacek Konieczny
2003-11-11- resource binding (draft-ietf-xmpp-core-19)Jacek Konieczny
2003-11-11- convert group name to utf8 when adding groupJacek Konieczny
2003-11-11- default error message when resolution/connection failsJacek Konieczny
2003-11-11- SRV handling improvementsJacek Konieczny
2003-11-10- SRV support (some polishing still needed, but works)Jacek Konieczny
2003-11-10- support for CNAMEs and records other than requested in answerJacek Konieczny
2003-11-10- use dns.py for DNS message handlingJacek Konieczny
2003-11-10- don't throw exception when comparing JID to something which is not a JIDJacek Konieczny
2003-11-08- process priority argument to Presence constructorJacek Konieczny
2003-11-02- write_raw() stream method is backJacek Konieczny
2003-10-12- simple DNS resolver (not finished yet) - needed for SRV records support req...Jacek Konieczny
2003-10-11- error handling fixed in case when target domain resolves to multiple IP add...Jacek Konieczny
2003-10-10- legacy stream support fixedJacek Konieczny
2003-10-09- thread safetyJacek Konieczny
2003-10-08- connection state and progress monitoringJacek Konieczny
2003-10-07- improved handling of OSError and IOErrorJacek Konieczny
2003-10-07- create dummy SSLError class if M2Crypto is not availableJacek Konieczny
2003-10-02- pyxmpp.jabber package addedJacek Konieczny
2003-10-02- protocol extensions not defined in XMPP specs moved to jabber subpackageJacek Konieczny
2003-10-02- StartTLS is readyJacek Konieczny
2003-10-01- TLS support improved - better server certificate verificationJacek Konieczny
2003-09-22- don't require M2CryptoJacek Konieczny
2003-09-22- StartTLS basics (stream initiator only)Jacek Konieczny
2003-09-21- starting StartTLS support (not finished yet)Jacek Konieczny
2003-09-21- second agument to stanza_start() and stanza_end() is node not doc\!Jacek Konieczny
2003-09-18- restart the stream after successfull SASL authenticationJacek Konieczny
2003-09-18- log computed rspauth valueJacek Konieczny
2003-09-18- workaround for broken (jabberd-2.0b1) SASL implementationsJacek Konieczny
2003-09-16- import Disco* constructorsJacek Konieczny
2003-09-16- use client/pc as default disco category/typeJacek Konieczny
2003-09-15- ignore write error on disconnectJacek Konieczny
2003-09-15- unneeded destructor removed from StreamReaderJacek Konieczny
2003-09-11- keepalives supportJacek Konieczny