Please add the folowing to the FAQ, as you see fit.
 
 
 
Jabberd is unable to listen on ports 5222 and 5269
 
You must add in specific bindings to the IP address rather than binding to Null.
Edit the <ip port > Tag in you your Jabber.xml File like this.
 
Change
            <ip port="5269"/>
to
 
             <ip port="5269">**** Your IP HERE******</ip>
 
make this change for both <dialback>./dialback/dialback.so</dialback>  and  <pthcsock xmlns='jabber:config:pth-csock'>
 
Example File :
 

      <!--
      Use these to listen on particular addresses and/or ports.
      -->
      <ip port="5552">172.0.0.1

   <ip port="5222">192.168.1.150</ip>
      <!--
      The <ssl/> tag acts just like the <ip/> tag.  Except SSL is used
      on the ports and ips specified.  You must specify an IP here, or the
      connections will fail.

      <ssl port='5223'>127.0.0.1</ip>
      <ssl port='5224'>192.168.1.100</ip>
      -->
   
 
 
-------------------------------
This has been a Communiqué from
his Imperial Majesty Admiral Thrawn.
-------------------------------
[EMAIL PROTECTED]

Reply via email to