[JDEV] C++ interface to jabberd
Ben Schumacher
ben-jdev at blahr.com
Thu Nov 15 09:53:37 CST 2001
On 15 Nov 2001, alex_ wrote:
> But what does 'extrernal' mean here? Or how can a transport written with use
> of those libraries be plugged into jabberd?
External simply means running in a separate process space. Rather than
being a shared object that gets base_load'd into jabberd's process space,
you will connect this component to jabberd through a base_accept or
base_connect.
I suppose whether or not this is useful to your depends heavily on what
type of component you are trying to create. For example, if you're trying
to make new JSM modules, you will not (AFAIK) be able to use the
libraries. However, if you're trying to make your own user directory, or
an external transport, these libraries should work perfectly.
Regards,
Ben
More information about the JDev
mailing list