[JDEV] module development
DJ Adams
dj.adams at pobox.com
Thu Mar 14 06:26:03 CST 2002
On Wed, Mar 13, 2002 at 11:01:52AM +0000, Frederic FELTEN wrote:
> What is the good way to develop a jabber module ? External
> (with JECL for example) or internal with the 'load' method ?
> And why ?
Further to the replies that have already been made, there's also
the point that writing an external component that will connect
over a jabber:component:accept stream (i.e. a TCP sockets based
component) will be independent of the API of the specific jabberd
backbone it connects to. Writing a component in the style of, say,
the JUD component that connects to the j.o server will mean that
you can only connect it to servers of the j.o server ('jabberd')
flavour.
dj
More information about the JDev
mailing list