Merge pull request #235 from killix/master

Add support for xoauth & xoauth2, respect noma
fork
Brian White 11 years ago
commit 58fccb3482

@ -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