Thanks DJ! - RE: [JDEV] Some help for a Newbie?
DJ Adams
dj.adams at pobox.com
Wed Sep 19 01:38:24 CDT 2001
On Tue, Sep 18, 2001 at 01:51:46PM -0500, Shane Breland wrote:
> DJ,
>
> I searched through the debug code and you are right there are no mod_xml
> lines anywhere. I'm not sure why not. I downloaded Jabber Server 1.4.1 and
...
> Tue Sep 18 13:27:22 2001 base_load.c:105 base_load_config processing
> configurat
> ion <load main='jsm'>
> <jsm>./jsm/jsm.so</jsm>
> <mod_echo>./jsm/jsm.so</mod_echo>
> <mod_roster>./jsm/jsm.so</mod_roster>
> <mod_time>./jsm/jsm.so</mod_time>
> <mod_vcard>./jsm/jsm.so</mod_vcard>
> <mod_announce>./jsm/jsm.so</mod_announce>
> <mod_agents>./jsm/jsm.so</mod_agents>
> <mod_admin>./jsm/jsm.so</mod_admin>
> <mod_filter>./jsm/jsm.so</mod_filter>
> <mod_presence>./jsm/jsm.so</mod_presence>
> <mod_auth_digest>./jsm/jsm.so</mod_auth_digest>
> <mod_auth_0k>./jsm/jsm.so</mod_auth_0k>
> <mod_register>./jsm/jsm.so</mod_register>
> <mod_log>./jsm/jsm.so</mod_log>
Hi again
Ok, there are a few mod_'s missing from this list. The
complete list of JSM modules in the 1.4 server (cut'n'paste
from an old jabber.xml lying around) looks like this:
<mod_echo>./jsm/jsm.so</mod_echo>
<mod_roster>./jsm/jsm.so</mod_roster>
<mod_time>./jsm/jsm.so</mod_time>
<mod_vcard>./jsm/jsm.so</mod_vcard>
<mod_last>./jsm/jsm.so</mod_last>
<mod_version>./jsm/jsm.so</mod_version>
<mod_announce>./jsm/jsm.so</mod_announce>
<mod_agents>./jsm/jsm.so</mod_agents>
<mod_browse>./jsm/jsm.so</mod_browse>
<mod_admin>./jsm/jsm.so</mod_admin>
<mod_filter>./jsm/jsm.so</mod_filter>
<mod_offline>./jsm/jsm.so</mod_offline>
<mod_presence>./jsm/jsm.so</mod_presence>
<mod_auth_plain>./jsm/jsm.so</mod_auth_plain>
<mod_auth_digest>./jsm/jsm.so</mod_auth_digest>
<mod_auth_0k>./jsm/jsm.so</mod_auth_0k>
<mod_log>./jsm/jsm.so</mod_log>
<mod_register>./jsm/jsm.so</mod_register>
<mod_xml>./jsm/jsm.so</mod_xml>
and the culprit here is the missing mod_xml module.
I'd suggest that if you can, you add the
<mod_xml>./jsm/jsm.so</mod_xml>
line in and see what happens. This should enable the JSM
to service the IQ-get in the iq:private namespace.
Good luck!
dj
More information about the JDev
mailing list