Trejkaz wrote: >>> <iq id="rpc-WRH8A-8" to="[EMAIL PROTECTED]/Biomatters" >>> from="[EMAIL PROTECTED]/Biomatters" type="set"> >>> <query version="1.0" xmlns="jabber:iq:biomatters:rpc"> >>> <methodCall> >>> <methodName></methodName></methodName> >>> <params> >>> <int>23</int> >>> <int>42</int> >>> </params> >>> </methodCall> >>> </query> >>> </iq> > > > Are you sure this is what's actually coming out of the server? My bet > is that whatever library you're using to print that packet out has > either parsed it incorrectly, or is formatting it incorrectly.
Precisely that was the case. > If you > run tcpdump or similar, you should be able to see what the server is > actually sending. After I figured out how to disable TLS, I dumped the raw stream with Ethereal, and found out the server sent correct data. Thanks a lot for your comments, Tobias
