[JDEV] FIX: crashing server/config file issue

David Waite dwaite at jabber.com
Wed Nov 8 00:26:20 CST 2000


There is a bug in the main configuration file in jabber2 CVS (I have not
yet verified that it is also in the release version). For those of you
who are encountering oddities, change

<host>localhost</host>
<host><jabberd:cmdline flag="h"/></host>

to

<host>localhost</host>

or even better

<host><jabberd:cmdline flag="h">localhost</jabberd:cmdline></host>

what is happening is that without a -h value on the command line, it is
feeding the server an empty host attribute, which basically means 'all
hosts'. So the server is trying to manage user sessions for everything
out there, and various wild and broken things happen.

-David Waite





More information about the JDev mailing list