simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

Fixed error in which it was trying to access a non existing method #62

Closed deibeljc closed 8 years ago

deibeljc commented 8 years ago

It threw an undefined method error because it could not find the Element function.

silverbucket commented 8 years ago

thanks @deibeljc -- bumping version and publishing now