[JDEV] Is it possible to get the roster from Foreign IM's ?

David Waite mass at ufl.edu
Fri Sep 29 08:19:44 CDT 2000


This is just XML escaping out the reserved characters: <&">', or 
&lt;&amp;&quot;&gt;&apos;

Note that characters sent out also will need to be escaped, or else you 
are sending invalid (or at least, inaccurate) XML.

-David Waite

Ram wrote:
> 
> hello again!
> i have a serious doubt. we have developed a chat client in JSP and
> java..it's working perfect and doing all the necessary things that jabba is
> doing...but the only problem is the whenever  we  try to chat from any
> transport or any client(jsp) is the message contains any special characters
> ...like " ' ","&"..it's giving the message as &apos...for example if we try
> to give message to a JSP client  like" i'm fine" the jsp client will get a
> message like
> i &apos fine...this is really weird...i have no clue what's going on...is it
> a problem with java...or jabber  server...can u tell me how to overcome the
> problem..if u've faced one that is :-)!
> cheers
> RAm
> "----- Original Message -----
> From: David Waite <mass at ufl.edu>
> To: <jdev at jabber.org>
> Sent: Thursday, September 28, 2000 11:00 AM
> Subject: Re: [JDEV] Is it possible to get the roster from Foreign IM's ?
> 
> 
> > It may be possible soon.
> >
> > Also, (just interested) are there IM systems in particular you are
> > thinking of with server-side roster storage? ICQ and AIM are both
> > client-side -however, I'm not familiar with other systems.
> >
> > -David Waite
> >
> > Amarnath Yara wrote:
> > > Hi all, I would like to know if it is possible with the current
> > > transports to get the roster from the Foreign IM account with out. I
> > > have asked this question before, but I did not get any answers. Hope
> > > some one will answer me.
> > >
> > > Amar.
> > >
> _________________________________________________________________________
> > > Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> > >
> > > Share information about yourself, create your own public profile at
> > > http://profiles.msn.com.
> > >
> > >
> > > _______________________________________________
> > > jdev mailing list
> > > jdev at jabber.org
> > > http://mailman.jabber.org/listinfo/jdev
> >
> >
> >
> > _______________________________________________
> > jdev mailing list
> > jdev at jabber.org
> > http://mailman.jabber.org/listinfo/jdev
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 






More information about the JDev mailing list