<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi all,
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am working in a Internet based
project where we are using Instant Messaging
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; service using Jabber Server. (
Using Win32 COM Object. )
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We are implementing security featrure
in Jabber IM service at client side.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; While sending message, we
first encrypt it, send message to server, store it at
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server in encrypted form
and then decrypt it at client side when he receives
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; message. But we are facing
following problem.
<br>&nbsp;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.&nbsp; When we send a message
to another client, It goes thr jabber server.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
At that time, message is in encrypted form. When jabber server receives
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
encrypted message, it gives error "Invalid XML received" .
<br>&nbsp;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. If we <b>remove encryption</b>,
and send message which contains characters
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; like &brvbar;
( ascii value = 199) or other characters like that , then jabber server
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; responds
with same error that "Invalid XML received" .
<br>&nbsp;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; So message
is not forwarded to other client.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Doesn't
jabber server support these characters in message body?
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If it
doesn't support, then how can we encrypt it since while encryption,
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; these&nbsp;
characters will come in message body.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How can we handle
this issue of security?
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can you provide
some solution to this or alternative to this ?
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanking in advance,
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chandan .
<br>&nbsp;
<p>&nbsp;
<br>&nbsp;
<p>&nbsp;</html>