JJ Coder, > I'm running jabberd 1.4.2 on my machine with the host > parameter in the jabberd.xml set to 'localhost'. > Everything is fine and dandy provided that I initiate > the stream with 'to="localhost"'. However, if I > attempt to connect with 'to="127.0.0.1"' then I can ... > jabberd.xml. However, if you address the server using > its IP instead of its DNS name, currently the server > doesn't correct the client by using the 'from'
This is correct behaviour. There are many reasons why you wouldn't want to do this, the most obvious one is virtual hosting. For example, say company1.com, company2.com and company3.com all use the same Jabber server, all bound on the same IP. If a client comes along with an IP instead of hostname, which one should they be redirected to? Regards, -- Oliver Wing _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
