Iperity / node-strophe

[?] A Node.js compatible version of Strophe.js, borrowed from https://github.com/dhruvbird/node-xmpp-bosh.
7 stars 12 forks source link

Call to body.c() changes uppercase characters to lowercase #4

Closed fkicenko closed 6 years ago

fkicenko commented 6 years ago

Hi, Probably someone that has gone through this before or hopefully. I'm calling body.c() as follows; var $myParams = body.c('MyParams', { 'xmlns' : 'http://bindings.cc.com/chat'}); However if I console log this right after the call, body contains; myparams xmlns='http://bindings.cc.com/chat' Any ideas... i've further debugged and after hours and hours I can't find where this is happening. I'm suspecting in the DOM somewhere.