[Pkg-javascript-commits] [ltx] 38/469: component: stream has no xmppVersion

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:00:56 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 0c2e844c1f58c74b3f8340bc09faaaf4d5abdf8a
Author: Astro <astro at spaceboyz.net>
Date:   Sat Jun 19 11:26:37 2010 +0200

    component: stream has no xmppVersion
---
 lib/xmpp/component.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/xmpp/component.js b/lib/xmpp/component.js
index 8c16376..c14e29b 100644
--- a/lib/xmpp/component.js
+++ b/lib/xmpp/component.js
@@ -22,7 +22,6 @@ function Component(params) {
 	this.jid = params.jid;
     this.password = params.password;
     this.xmlns = NS_COMPONENT;
-    this.xmppVersion = "1.0";
     this.streamTo = this.jid.domain;
     this.addListener('streamStart', this.onStreamStart);
     this.addListener('rawStanza', this.onRawStanza);

-- 
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