<!-- icqtrans.xml file from jabber.to -->

<jabber>

  <service id="icqlinker">
    <uplink/>
    <connect>
      <ip>127.0.0.1</ip>
      <port>5234</port>
      <secret>yourpassword</secret>
    </connect>
  </service>

  <service id="icq.opennms.dyndns.org">

    <icqtrans xmlns="jabber:config:icqtrans">

      <!-- This tag contains the message displayed to users at registration time. -->
      <instructions>Please enter your ICQ number (in the "username" field), nickname, and password.  Leave the "username" field blank to create a new ICQ numb
er.</instructions>

      <!-- contains the message displayed when users search with ICQ Transport. -->
      <search>Search for ICQ users</search>

      <!-- Contains the vCard of this transport. -->
      <vCard>
        <FN>ICQ Transport</FN>
        <DESC>This is ICQ Transport</DESC>
        <URL>http://opennms.dyndns.org/</URL>
      </vCard>

      <!-- This should be a prime number close to the amount of concurrent users you expect to have. -->
      <prime>501</prime>

      <!-- dnsrv section, see below for explanation.
           This section isn't needed if your using your own ICQ server, Groupware or whatever -->
      <dnsrv>
        <host>icq.mirabilis.com</host>
        <id>icq.dnsrv</id>
        <delay>300</delay>
      </dnsrv>

      <!-- This specifies what ICQ server and/or port you want to use.  This isn't needed if you're using dnsrv. -->

      <!--
      <server>
        <ip>205.188.153.104</ip>
        <port>4000</port>
      </server>
      -->

    </icqtrans>

    <load>
      <icqtrans>./icq-cvs/icqtrans.so</icqtrans>
    </load>

  </service>

  <service id="icq.dnsrv">

    <load>
      <dnsrv>./dnsrv/dnsrv.so</dnsrv>
    </load>
    <dnsrv xmlns="jabber:config:dnsrv">
      <resend>icq.opennms.dyndns.org</resend>      <!-- Change this to the service id for ICQ-transport -->
      <cachetimeout>300</cachetimeout>   <!-- the default is 1 hour, which is too long for our purpose -->
    </dnsrv>

  </service>


</jabber>
