Re: XMPP Server configuration: How to list Remote XMPP server configuration
Tomasz Sterna <[email protected]> Mon, 17 Sep 2012 13:26:39 +0200
| Newsgroups | gmane.network.jabber.admin |
|---|---|
| Organization | Xiaoka.com |
| Message-ID | <[email protected]> |
Dnia 2012-09-17, pon o godzinie 16:09 +0530, Bhagavan Prasad pisze: > >> <IP>0.0.0.0</ip> <port>5269></port> > Is local server listening for connection from remote servers on port > number 5269, OK. > >> <router> ...., 5347 </router> > Is to connect to remote router, where it is capable to to build > communication between XMPP and non-XMPP clients From the looks of it, you are using jabberd2. 'router' is your local jabber server component used to connect other components (like c2s, s2s and sm) and exchange packets between them. It's usually not world-accessible. > >> from s2s.log file, I observed that server is trying to build > connection with remote server local.domain.com/proxy.eu.jabber.org. > Question. From where the server got the above "proxy.eu.jabber.org" > string? I have searched all config (xml) files but I couldn't find. > Every I tried in the code, but no luck. There was a packet originated in your server with destination [email protected] Most probably someone added [email protected] contact to ones roster, so the server is sending presence request and/or probe to this address. Since you are not handling 'proxy.eu.jabber.org' domain inside your local jabber server, these packets are pushed to s2s component to handle, and s2s components tries to open server-to-server connection (on port 5269) to server handling proxy.eu.jabber.org domain. > Where to configure the Remote XMPP server address in Local XMPP server You do not. It's remote server administrator job, to put proper SRV records in DNS for the remote server name. Your server then uses DNS to resolve the remote name, to find the remote server to connect to. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/portfolio _______________________________________________ JAdmin mailing list Info: http://mail.jabber.org/mailman/listinfo/jadmin Unsubscribe: [email protected] _______________________________________________