On Mon, Feb 16, 2009 at 5:07 AM, Jamin W. Collins <[email protected]> wrote: > Which server or setting are you referring to? The transport server or > the Jabber server? I run the transports on the same system as the > jabber server and have always had them connect with each other over the > loopback interface and the localhost IP.
<!-- The public IP or DNS name of the machine the transport is running on --> <!-- This is needed for file transfer!! This is also used as the IP address for outgoing connections --> <host>0.0.0.0</host> make sure that the value is _NOT_ 127.0.0.1. If you want file transfer to work, it must be a valid IP address or dns name, otherwise 0.0.0.0 should work fine for standard outgoing connections. -- - Norman Rasmussen - Email: [email protected] - Home page: http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
