strophe / strophejs

Strophe.js is an XMPP library for JavaScript
http://strophe.im/strophejs
MIT License
1.46k stars 361 forks source link

fix: fix the error when the attrs field is null #715

Closed Ray93 closed 1 month ago

Ray93 commented 2 months ago

fix the error by Object.keys(attrs) when the attrs field is null

jcbrand commented 1 month ago

Thanks!