This is the first public release of the simple JUD (Jabber User Directory).

Unpack it into your 1.4 server folder, and type 'make' to build the jud.so.

Then add the following to your jabber.xml configuration file:

(NOTE: if you want this service to be accessible from other servers,
 change 'jud.localhost' to a fully qualified domain name!)

<service id="jud">
  <host>jud.localhost</host>
  <load><jud>./jud/jud.so</jud></load>
  <jud xmlns="jabber:config:jud">
    <vCard>
      <FN>Local User Directory</FN>
      <DESC>This service provides a simple user directory service.</DESC>
      <URL>http://foo.bar/</URL>
    </vCard>
  </jud>
</service>

Add this section to the browse area of the jsm service to advertise it to your users:

    <service type="jud" jid="jud.localhost" name="Jabber User Directory">
      <ns>jabber:iq:search</ns>
      <ns>jabber:iq:register</ns>
    </service>
