[Pkg-javascript-commits] [ltx] 113/469: router: documentation
    Jonas Smedegaard 
    dr at jones.dk
       
    Wed Aug 31 13:01:10 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 d1659a15a133ac874562581af369673dba94c34c
Author: Astro <astro at spaceboyz.net>
Date:   Wed Sep 8 20:29:01 2010 +0200
    router: documentation
---
 lib/xmpp/router.js | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/lib/xmpp/router.js b/lib/xmpp/router.js
index 442491c..949c586 100644
--- a/lib/xmpp/router.js
+++ b/lib/xmpp/router.js
@@ -95,6 +95,9 @@ DomainContext.prototype.sendRaw = function(stanza, destDomain) {
     return outStream;
 };
 
+/**
+ * Establish outgoing stream on demand
+ */
 DomainContext.prototype.getOutStream = function(destDomain) {
     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