String jsonp = clientData.getParams().get("jsonp");
if(jsonp != null) {
result = "io.j[" + jsonp + "](\"" + result + "\");";
resHeaders.add("Content-Type", "application/javascript");
}
request.response().end(result);
manager.getHandshaken().put(id, handshakeData);
// self.store.publish('handshake', id, newData || handshakeData);
log.info("handshake authorized " + id);
} else {