mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Adding some more variables to Connection class
This commit is contained in:
Vendored
+5
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user