[JDEV] Windows clients giving update errors?

Chad W. Skinner chadws at networksplus.net
Tue Jan 9 22:12:10 CST 2001


I have a couple of strange questions that I am sure I am overlooking simple
solutions for. I have a jabber server setup that works fine with gabber, but
when I connect with a windows client (jabberIM or winJab) I get the
following errors.

bouncing a packet to 959967024 at update.jabber.org/0.9.6.86 from
chadws@<SERVER ADDRESS>/JabberIM: Server Configuration Error

I have the following modules loaded and have commented out mod_version and
still get the same result. Also, I am trying to use this primarily for
Intranet access so I have removed all of the S2S sections from the
configuration file.

    <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_version>./jsm/jsm.so</mod_version> -->
      <mod_announce>./jsm/jsm.so</mod_announce>
      <mod_agents>./jsm/jsm.so</mod_agents>
      <mod_admin>./jsm/jsm.so</mod_admin>
      <mod_private>./jsm/jsm.so</mod_private>
      <mod_filter>./jsm/jsm.so</mod_filter>
      <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_register>./jsm/jsm.so</mod_register>
      <mod_log>./jsm/jsm.so</mod_log>
    </load>

Does anyone have any suggestions as to how to stop this error from filling
the logs.

Thanks,
Chad





More information about the JDev mailing list