[Pkg-javascript-commits] [ltx] 139/469: router: documentation
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:01:16 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 28b7e0678bbda11baebb8c7ae07d8d64abd29f5e
Author: Astro <astro at spaceboyz.net>
Date: Fri Sep 10 03:25:42 2010 +0200
router: documentation
---
lib/xmpp/router.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lib/xmpp/router.js b/lib/xmpp/router.js
index c0d38e6..c1ca9f3 100644
--- a/lib/xmpp/router.js
+++ b/lib/xmpp/router.js
@@ -367,8 +367,11 @@ DomainContext.prototype.end = function() {
};
/**
+ * Accepts incoming S2S connections. Handles routing of outgoing
+ * stanzas, and allows you to register a handler for your own domain.
+ *
* TODO:
- * * SASL EXTERNAL
+ * * Incoming SASL EXTERNAL with certificate validation
*/
function Router(s2sPort, bindAddress) {
var self = this;
--
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