[JDEV] Weird: email getting deleted from Jabber vCard

Emswiler, Mike mikee at protrader.com
Tue Sep 18 07:29:29 CDT 2001


I haven't seen anything like this in the vcard functionality, however, I
have seen some weird behavior in the server's storage of groups in the
roster - Specifically truncation of group names.  I have also heard similar
reports (truncated groups in rosters) from users of other clients, so its
unlikely we're making the same mistake in both a c++ client and a perl
client.

Thanks,
MikeE

-----Original Message-----
From: temas [mailto:temas at box5.net]
Sent: Monday, September 17, 2001 6:41 PM
To: jdev at jabber.org
Subject: Re: [JDEV] Weird: email getting deleted from Jabber vCard

On Mon, 2001-09-17 at 17:11, Jens Alfke wrote:
> I've just found that the email address gets lost when I retrieve a
> Jabber vCard. On one of my machines I send the following to set the card:
>
> <iq type="set" id="00000002" to="snej at myserver.com">
> <vCard xmlns="vcard-temp" version="3.0" prodid="-//HandGen//NONSGML vGen
> v1.0//EN">
> <FN>sneJ Alfke</FN>
> <N>
> <GIVEN>sneJ</GIVEN>
> <FAMILY>Alfke</FAMILY>
> </N>
> <EMAIL>
> <INTERNET/>
> <PREF/>
> jens at mac.com</EMAIL>
> </vCard>
> </iq>
>
> On the other machine (logged in as a different account) when I retrieve
> the vCard I get the following:
>
> <iq type='result' id='00000007' to='jens at myserver.com/Work'
> from='snej at myserver.com'>
> <vCard xmlns='vcard-temp' version='3.0' prodid='-//HandGen//NONSGML vGen
> v1.0//EN'>
> <FN>sneJ Alfke</FN>
> <N>
> <GIVEN>sneJ</GIVEN>
> <FAMILY>Alfke</FAMILY>
> </N>
> <EMAIL>
> <INTERNET/>
> <PREF/>
> </EMAIL>
> </vCard></iq>
>
> You'll note that the vCard content is identical except that the email
> address itself is missing. These are exact transcripts I just pasted in
> from my client's XML log, so it definitely looks like the server's
> fault. Why would this be happening? Anyone else seen this?
>
> --Jens
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev

That's super weird, and I would love to hear if anyone else has seen
anything like this.

--temas




More information about the JDev mailing list