add support for xoauth & xoauth2

fork
Issam Hakimi (killix) 11 years ago
parent 977484ce7e
commit c003a199a1

@ -58,7 +58,9 @@ function Connection(config) {
connTimeout: config.connTimeout || 10000,
keepalive: (typeof config.keepalive === 'boolean'
? config.keepalive
: true)
: true),
xoauth:config.xoauth,
xoauth2:config.xoauth2,
};
this._sock = undefined;

Loading…
Cancel
Save