<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Please give more information 
regarding the encryption being used within the message.&nbsp; Are you encrypting 
the body of the message?&nbsp; All tags under the message tag?&nbsp; Perhaps a 
simply paste to the list of an example may reveal exactly why it gets rejected 
as invalid XML.&nbsp; Most likely cause, improper escaping of XML strings.&nbsp; 
I've testing sending messages using the | char, without any issues at 
all..</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:chandans@mahindrabt.com" title=chandans@mahindrabt.com>chandan 
  sonaye</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A href="mailto:jdev@jabber.org" 
  title=jdev@jabber.org>jdev@jabber.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, April 28, 2000 2:39 
AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [JDEV] encryption</DIV>
  <DIV><BR></DIV>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 ¦ ( 
  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> <BR>&nbsp; 
  <P> </P></BLOCKQUOTE></BODY></HTML>