2008/12/4 Andrea Nigido <[EMAIL PROTECTED]>: > > > ________________________________ > > Hi guys... > > First of, thanks for this project...Elisa is growing day by day and is > getting beautyful! > > The idea of a browser integration sounds very nice but very complicate to > implement! It depends on the enviroment. I remember that two years ago on Win32, one group included Internet Explorer inside an app, in week. That's because in Win32 you have IE COM Control. Ref: http://blogs.clearscreen.com/juanjo/archive/2004/11/19/608.aspx Embedding Mozilla, it might be more complicated..i say i might, because I've never done.
> What about starting by adding plugins like RSS reader, messenger (maybe > multiprotocol in the future) with an easy interface for calling (and > video-calling)? > I looked for the SKYPE python API some time ago in order to undestand if is > possible to port the videocallings in Elisa but the VIDEO IN/OUT API in > linux is not avaliable yet..Therefore, there are other protocols that are > open and ready to implement. A good research project on SIP/RTP over P2P network is QuteCom You might investigate on it, and I guess that it hasn't a python binding, however it's written in C++ and you should write your python layer. I saw it the first time a while ago, when I was investigating about VoIP Nat Traversal, Regards, jo.
