Adding some more variables to Connection class

This commit is contained in:
David Deutsch
2015-04-12 10:54:06 -04:00
parent 7acc79ae4b
commit 2cd0f33b94
+5 -1
View File
@@ -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.