From 2cd0f33b945ac968f10cf5003f8c8e9d1a775e40 Mon Sep 17 00:00:00 2001 From: David Deutsch Date: Sun, 12 Apr 2015 10:54:06 -0400 Subject: [PATCH] Adding some more variables to Connection class --- strophe/strophe.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/strophe/strophe.d.ts b/strophe/strophe.d.ts index 83774906d..4c1dd706e 100644 --- a/strophe/strophe.d.ts +++ b/strophe/strophe.d.ts @@ -611,9 +611,13 @@ declare module Strophe { class Connection { jid: string; + authzid: string; + pass: string; + authcid: string; domain: string; + servtype: string; maxRetries: number; - //todo: what other memebers are meant to be public? + //todo: what other members are meant to be public? /** Constructor: Strophe.Connection * Create and initialize a Strophe.Connection object.