[JDEV] FreeBSD and MIO
tcharron
tcharron at ductape.net
Fri Dec 8 13:47:49 CST 2000
From: "Edward J Becker" <Sauron at mediaone.net>
Subject: RE: [JDEV] FreeBSD and MIO
> Does this mean that in order to handle XDB by a custom component that some
> code must be written natively as a .SO ?
> I was hoping to have a separate (likely Java) component handle XDB and was
> hoping sockets were used for communication. Is this possible? Am I missing
> something?
Yes. XDB modules can be loaded, execed as external apps (using
STDIN/STDOUT as the pipe), or setup with sockets, both accept connection or
connect to.
> Instances
> Defined in the jabberd config file. base modules describe components
> and can "instanate" a component.. i.e. load it up, and hook it into
> jabberd's deliver process
> can be one of 3 types:
> xdb -- only gets <xdb/> packets
> log -- only gets <log/> packets
> service -- gets <route/>, <message/>, <presence/>, and <iq/> packets
More information about the JDev
mailing list