Publish code submitted
CLASSES ADDED: Forwarding Entry and FaceInstance.
NOTE: the CCNx daemon doesn't accept the FaceInstance it receives.
Instead,
diff --git a/js/KeyLocator.js b/js/KeyLocator.js
index ff5edaa..68adcba 100644
--- a/js/KeyLocator.js
+++ b/js/KeyLocator.js
@@ -23,7 +23,7 @@
else if(_Type==KeyLocatorType.CERTIFICATE){
this.Certificate = _Input;
}
-
+
};
KeyLocator.prototype.decode = function(decoder) {
@@ -105,7 +105,7 @@
encoder.writeEndElement();
};
-
+
KeyLocator.prototype.getElementLabel = function() {
return CCNProtocolDTags.KeyLocator;
};