Hi,
I want to write an extension for thunderbird or firefox. The extension will be done in C++ and will use the XMPP protocol in combination with expat parser. As it should become cross-platform i need a cross-platform socket lib. (Async behaviour would be desired)
Can I use mozillas netlib for it via XPCOM?
How do I use it (where can I find the documentation)?
Does it offer direct socket access with event notification mechanism (send/recv)?
Does it also offer SSL or do I have to add SSL somehow myselfe?
Does it support connections over proxy?
Thank you for your help. _______________________________________________ Mozilla-netlib mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-netlib
