this();
}
public GaeXmppService() {
// built up the host url
Environment env = ApiProxy.getCurrentEnvironment();
if (env != null) {
String appId = env.getAppId();
if (appId != null) {
if (appId.startsWith("s~")) {
// ids of apps with high replication have a "s~" prefix
appId = appId.substring(2);
}