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.