The sid of ListenAuthenticator is not a unicode object.

[email protected] Wed, 03 Mar 2010 21:43:17 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from ralphm <[email protected]>:

Since #3847 was fixed, the `sid` attribute on `t.w.p.j.xmlstream.XmlStream` must be a unicode object, if set. `ListenAuthenticator` sets this attribute to a `str` object, instead.

----------
Type     : defect
Component: words
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4345