Brett Goodman wrote: > Can you tell me if Mozilla uses pluggable protocols
It does.
> and if so, is it similar to IE.
I don't know what IE's looks like, so...
> Can you point me to some docs that describe how to implement one?
http://www.mozilla.org/projects/netlib/new-handler.html
is a start. As the page says, it's a little out of date, and it assumes you're writing a C++ protocol handler to be checked into the main mozilla tree, but it gives you a general idea. See also http://lxr.mozilla.org/seamonkey/source/netwerk/base/public/nsIProtocolHandler.idl and the various interfaces it pulls in (nsIChannel, nsIURI, etc).
Also, you may want to take a look at the component you can install at http://www.handle.net/resolver/mozilla/ -- it's a JS implementation of a protocol handler.
-Boris
P.S. Posting in this newsgroup is quite enough; no need to send people private mail too.
_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib
