> > That would be nice. It's very simple: the client calculates > > the MD5 of the URL (which will be the room name), queries a > > remote API to find the server hosting the room for that URL, > > then joins the room. > > What kind of API is this? Is it something that can be used by others or > is it tied to Sametime?
It's just an HTTP request. Right now it is e.g. http://query.sameplace.cc/place/c123d6e3a4466ece342524f53747c82c/server for http://www.sameplace.cc/, it will become http://api.sameplace.cc/<version>/<action> soon. Massimiliano
