Hi,
I have to send an iq format as follows from web client (using jsjac library) to android client / controller device.
<iq from=“xp-psi@ip-10-127-95-1/mob-dev-mat3” type=“set” id=“1111” to=“sqdemo1@ip-10-127-95-1/sqc_333333” >
<xdc >
<item value=“off” var=“set” >
</xdc>
</iq>
But when i send it, xmlns attribute is added after iq as xmlns=jabber:client
Receiver device not validating this xmlns=“jabber:client”, so i have to send without this attribute. Can anyone plz help me out how to do this?
Regards,
Suresh.
