[Pkg-javascript-commits] [ltx] 100/469: router: TODO
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:01:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit c41623f6018eef06191a0c4fe1375ff6a2f84d1f
Author: Astro <astro at spaceboyz.net>
Date: Mon Sep 6 23:49:36 2010 +0200
router: TODO
---
lib/xmpp/router.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/xmpp/router.js b/lib/xmpp/router.js
index b4a5b9f..e6a33a3 100644
--- a/lib/xmpp/router.js
+++ b/lib/xmpp/router.js
@@ -373,6 +373,9 @@ Router.prototype.verifyDialback = function(from, to, id, key, cb) {
};
+/**
+ * TODO: According to XEP-0185 we should hash from, to & streamId
+ */
function generateKey() {
var r = new Buffer(16);
for(var i = 0; i < r.length; i++) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list