finalLoggerlog=LoggerFactory.getLogger(Log.getName()+"[Acting as Receiving Server: Verify key with AS: "+remoteDomain+" for OS: "+recipient+" (id "+streamID+")]");
VerifyResultresult=VerifyResult.error;
...
...
@@ -621,7 +645,7 @@ public class ServerDialback {
eventType=xpp.next();
}
log.debug("Got a response. Check if the remote server is XMPP 1.0 compliant...");// TODO there's code duplication here with LocalOutgoingServerSession.
log.debug("Got a response.");// TODO there's code duplication here with LocalOutgoingServerSession.
finalLoggerlog=LoggerFactory.getLogger(Log.getName()+"[Acting as Receiving Server: Verify key with AS: "+remoteDomain+" for OS: "+recipient+" (id "+streamID+")]");