Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Stanza doesn't have a root. How can we keep the connection alive? #32

Closed
cggaurav opened this issue Jul 19, 2013 · 0 comments · Fixed by #33
Closed

Stanza doesn't have a root. How can we keep the connection alive? #32

cggaurav opened this issue Jul 19, 2013 · 0 comments · Fixed by #33

Comments

@cggaurav
Copy link

./node_modules/node-xmpp/lib/xmpp/session.js:129
    this.connection.send(stanza.root());
                                ^
TypeError: Object   has no method 'root'
    at Client.Session.send (./node_modules/node-xmpp/lib/xmpp/session.js:129:30)
    at Timer.<anonymous> (./node_modules/wobot/lib/bot.js:66:19)
    at Timer.exports.setInterval.timer.ontimeout (timers.js:234:14)
cjoudrey added a commit that referenced this issue Oct 17, 2013
fix for invalid root on ping (Issue #32 and #29)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant