[jdev] Re: Gaim -> transport

Remko Troncon remko.troncon at cs.kuleuven.ac.be
Thu Sep 16 10:37:23 CDT 2004


> But I get your point.  The idea of being able to load the plugins "as-is" is 
> exactly what I would try to achieve.  That way, all the effort goes into 
> building the transport once... 

I personally like the approach PyMSN-t is taking: write a modular
transport (adaptable to other protocols) in Python, use the protocol
implementation of Twisted for the protocol specific things. I personally
have more trust in Python implementations than in the Gaim C libraries.
They're probably a bit more (easier) portable too.

That's why it would be cool if protocol-specific effort went into
Twisted, and that other transports also base themselves on the PyMSN-t
framework for building transports.

cheers,
Remko



More information about the JDev mailing list