[JDEV] module development

DJ Adams dj.adams at pobox.com
Thu Mar 14 06:37:07 CST 2002


On Wed, Mar 13, 2002 at 08:02:29AM -0500, Glenn MacGregor wrote:
> 
> For that job you need to use a jsm module, which is build into jsm.so.
> Depending on where you place your load configuration, you can receive every
> packet going through the server.

Well, that's not entirely true :-)

If comp1.localhost sends a message to comp2.localhost, it goes directly
there, does not pass through the JSM, does not collect 200 pounds. 

In the general scheme of things, although the JSM is a significant 
part of many a typical Jabber, it is, at the end of the day, "just"
another component. The backbone will deliver a chunk according to 
who it's addressed to - the JSM has an address just as much as the
comp2.localhost component (in the above example) does. 

dj



More information about the JDev mailing list