Jason Tackaberry wrote:
> On Tue, 2008-02-05 at 14:30 +0100, Dirk Meyer wrote:
>> add tls for kaa.notifier support based on tlslite
>
> Cool.

I need it for my current work kaa.xmpp :)

>> +class Socket(kaa.Socket):
>> +    """
>> +    Special version of kaa.Socket with TLS support.
>> +    """
>
> Hmm, not sure I like the name overlap.  Could we fold this functionality
> into kaa.Socket itself, or rename the class to TLSSocket?  Or is there a
> reason why you're doing it this way?

It has an extra dep, tlslite. We had the discussion before about
importing urllib and urllib2 in kaa.notifier just because of
kaa.notifier.url (now kaa.net.url). That is why I moved url into net
and tlslite is the reason why I created kaa.net.tls. So I do not want
it in the kaa namespace. But a rename to TLSSocket would be ok for
me. 


Dischi

-- 
At the source of every error which is blamed on the computer,
you will find at least two human errors, including the error
of blaming it on the computer.

Attachment: pgp42XV3A9ckk.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to