lp://staging/wokkel
- Get this branch:
- bzr branch lp://staging/wokkel
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/ralphm/wokkel.git.
Last successful import was .
Recent revisions
- 130. By Ralph Meijer
-
Do proper fallback for Request.stanzaType.
If `stanzaType` is not passed to the constructor of
`wokkel.generic. Request` , it should default to the value in the class
variable, not `get`.Author: ralphm
Fixes: #80 - 129. By Ralph Meijer
-
Deprecate prepareIDNName.
C{unicode.
encode( 'idna') } does exactly the same as the recently
introduced L{generic.prepareIDNName} . - 126. By Ralph Meijer
-
Compile against Twisted trunk and pypy, too.
This also adds a pyflakes check step.
- 123. By Ralph Meijer
-
Properly encode IDN domain names for SRV lookups.
Before Twisted 12.3.0, the SRV lookup done for outgoing
connections succeeded if passed a unicode string with all-ASCII
code points. A recent change made the DNS code more strict, and
only byte string are accepted as domain name. See
http://twistedmatrix. com/trac/ ticket/ 6245 for details. This change makes sure domain names are encoded to their ASCII
Compatible Equivalent (ACE) version before passing the resulting
byte string to `twisted.names.srvconnec t.SRVConnector` , as per
RFC 3490.Note that while connecting to servers with an IDN domain name
now works properly, authentication using MD5-Digest SASL mechanism
will fail until http://twistedmatrix. com/trac/ ticket/ 5066 has been
resolved.Fixes: #77.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)