Xml

Can I send raw XML to try to communicate with the server? If so, what is some same code? Thanks.

-Victor

Victor,

I’‘m not quite sure I understand your question so I’'ll give you my answer to my “interpretations”.

If you are asking for a way to send raw XML to establish a new connection with a server then my answer is no. You need to use either an XMPPConnection or an SSLXMPPConnection.

If you are asking for a way to send raw XML once you are connected to a server then the answer is yes. If you are trying to test/prototype an idea then you could use the new debugger which provides a tab pane to send ad-hoc packets. FYI, you will need to download a daily build in order to get the new debugger.

Regards,

– Gato