11 messages in com.googlegroups.google-talk-openRe: Can Jabber support multiple host?
FromSent OnAttachments
Kevin15 Nov 2005 01:57 
Miguel A. Arévalo15 Nov 2005 03:13 
mobmeee15 Nov 2005 04:48 
Miguel A. Arévalo15 Nov 2005 06:56 
Kevin15 Nov 2005 16:19 
Kevin15 Nov 2005 22:35 
Paul Johnson15 Nov 2005 23:27 
Miguel A. Arévalo16 Nov 2005 03:56 
Kevin16 Nov 2005 05:35 
justin20 Nov 2005 07:14 
Jakub Piotr Cłapa20 Nov 2005 08:05 
Subject:Re: Can Jabber support multiple host?
From:justin (just@gmail.com)
Date:11/20/2005 07:14:27 AM
List:com.googlegroups.google-talk-open

XMPP defines S <--> S as well, but Google hasn't implemented that on their server. What Miguel was talking about is clustering {S,S,S} <---> ... which (last time I worked on it) was pretty complicated thanks to the s2s dialback protocol (server A initiates a connection to server B using s2s, and server B does a DNS lookup of the domain server A and dials back the authoritative DNS response to authenticate server A). The s2s specification is what sets XMPP apart from MSN/Yahoo/AIM as it means any network can provide their own domain specific server and users on that networks can talk with any users on any other networks server without having multiple accounts (just like email!). We just have to wait for Google to turn it on.