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