sstrigler / JSJaC

JavaScript Jabber Client Library
Other
295 stars 86 forks source link

Error calling getDoc() #3

Closed lboynton closed 13 years ago

lboynton commented 13 years ago

The call to oPacket.getDoc() doesn't work when oPacket is null.

sstrigler commented 13 years ago

actually this shouldn't (...) happen. can you show what node you're passing to wrapNode as argument?

lboynton commented 13 years ago

Hey, thanks for the response. stream:features is the node, which obviously doesn't match anything inside the switch.

sstrigler commented 13 years ago

oh, ok. didn't think of it.

I've merged your commit anyway ;)

lboynton commented 13 years ago

Nice :)