ejabberd - Comments for "global server to server communication" https://www.ejabberd.im/node/515 en This is maybe a good use https://www.ejabberd.im/node/515#comment-1110 <p>This is maybe a good use case for Publish-Subscribe...</p> <p>--<br /> sander</p> Sun, 27 Nov 2005 19:24:53 +0000 sander comment 1110 at https://www.ejabberd.im Automatic Discovery of Servers https://www.ejabberd.im/node/515#comment-1109 <p>Hello,</p> <p>Yes I am aware of that. However, you need to be aware of the existance of "jabber2.org" first, then you can add it to the mod_disco extra_hosts. My vision is that, you dont know that jabber2.org exists, when you ask your server (jabber1.org) for an IRC service, it will search (using p2p techniques) for jabber servers on the internet that provide an irc service, and finally return the details of this service to you.</p> <p>So, the idea is to avoid pre-knowledge in step 3, and automate everything in this step using P2P.</p> <p>I hope I was clear this time :-) </p> <p>Sorry for the english.</p> <p>- Salem</p> Sun, 27 Nov 2005 19:20:31 +0000 salem comment 1109 at https://www.ejabberd.im I do not exactly understand https://www.ejabberd.im/node/515#comment-1107 <p>I do not exactly understand what you want to achieve? With step 3 I don't mean you need to create an account on jabber2.org! You can do this step with your account on jabber1.org when server-to-server (s2s) communication is enabled on both servers. So you do not need an account in jabber2.org to discover the services on that server!</p> <p>--<br /> sander</p> Sun, 27 Nov 2005 18:07:51 +0000 sander comment 1107 at https://www.ejabberd.im Thanks for the reply. https://www.ejabberd.im/node/515#comment-1103 <p>Thanks for the reply.</p> <p>Yes, what you described is exactly what I want to do. However, I do not want step (3) to be done manually. In other words, I dont want to "enter jabber2.org", I want this to be accomplished automatically. Therefore, when you request a conference service, jabber1.org will enter a special type of overlay network and coordinate with other ejabberd servers, as done in P2P file sharing applications, and search for the service you requested.</p> <p>What do you think? I may use Gnutella to accomplish this.</p> <p>Salem</p> Sat, 26 Nov 2005 00:02:24 +0000 salem comment 1103 at https://www.ejabberd.im You can use service https://www.ejabberd.im/node/515#comment-1100 <p>You can use service discovery to browse to other servers in a similar way how your webbrowser works.</p> <ol> <li>You are <noindex><a href="mailto:john@jabber1.org" rel="nofollow" >john@jabber1.org</a></noindex></li> <li>You open the service discovery window.</li> <li>You enter jabber2.org</li> <li>You get a list of services on jabber2.org including conference.jabber2.org</li> </ol> <p>Remark also that it is possible to add an automatic link to the other server by <noindex><a href="http://www.process-one.net/en/projects/ejabberd/docs/guide_en.html#htoc37" rel="nofollow" >changing the mod_disco settings of ejabberd</a></noindex>. This will cause the other server's services discovered when the local server is browsed.</p> <p>--<br /> sander</p> Fri, 25 Nov 2005 10:48:40 +0000 sander comment 1100 at https://www.ejabberd.im