January 2002
Beginner
480 pages
13h 15m
English
What is the component? Where do we load it from, or how does it connect
to the Jabber backbone? There is a
component connection method
(see Section 4.1.3, earlier in this chapter)
specified in each of the component instance definitions. In our example
of the c2s component instance, we see that the
library load method is being used to load the
./pthsock/pthsock_client.so shared object library
and that the component registration routine
pthsock_client() should be called once loading is
complete:
<load> <pthsock_client>./pthsock/pthsock_client.so</pthsock_client> </load>
Read now
Unlock full access