sessionContext.setInitiatingEntity(otherServer);
String version = stanza.getAttributeValue("version");
if(version == null) {
// old protocol, assume dialback
String dailbackId = new DialbackIdGenerator().generate(otherServer, serverRuntimeContext.getServerEnitity(), sessionContext.getSessionId());
Stanza dbResult = new StanzaBuilder("result", NamespaceURIs.JABBER_SERVER_DIALBACK, "db")
.addAttribute("from", serverRuntimeContext.getServerEnitity().getDomain())
.addAttribute("to", otherServer.getDomain())
.addText(dailbackId)