Re: [jdev] Correct way to remove a nickname form a roster item

2006-10-09 Thread Peter Saint-Andre
Mark Doliner wrote: > Hi, I'm wondering what is the correct way to remove a nickname from a > roster item? > > Method 1: > jid='[EMAIL PROTECTED]'>Buddies > > Method 2: > jid='[EMAIL PROTECTED]' > name=''>Buddies I think Method 2 is correct and I've clarified that here: http://www.xmpp.org/in

Re: [jdev] Correct way to remove a nickname form a roster item

2006-10-06 Thread Mircea Bardac
On Thursday 05 October 2006 06:20, Mark Doliner wrote: > Hi, I'm wondering what is the correct way to remove a nickname from a > roster item? > > Method 1: > jid='[EMAIL PROTECTED]'>Buddies > > Method 2: > jid='[EMAIL PROTECTED]' > name=''>Buddies According to http://www.xmpp.org/specs/rfc3921.h

RE: [jdev] Correct way to remove a nickname form a roster item

2006-10-05 Thread Jean-Louis Seguineau
Mark, RFC 3921, section 7 says "Each element MAY contain a 'name' attribute, which sets the "nickname" to be associated with the JID, as determined by the user (not the contact). The value of the 'name' attribute is opaque." I would be tempted to interpret this as "the nickname is set by the 'n

RE: [jdev] Correct way to remove a nickname form a roster item

2006-10-05 Thread Mark Doliner
On 10/5/06, Norman Rasmussen wrote: > On 10/5/06, Mark Doliner <[EMAIL PROTECTED]> wrote: > > Wouldn't that remove the item from my roster completely? I just want to > get rid of the nickname that's associated with the item. Some Jabber > clients refer to this as an "alias." > > woops, I missed

RE: [jdev] Correct way to remove a nickname form a roster item

2006-10-05 Thread Mark Doliner
On 10/5/06, Michal vorner Vaner wrote: > On Wed, Oct 04, 2006 at 08:20:02PM -0700, Mark Doliner wrote: > > Hi, I'm wondering what is the correct way to remove a nickname from a > > roster item? > > > > Method 1: > > > jid='[EMAIL PROTECTED]'>Buddies > > > > Method 2: > > > jid='[EMAIL PROTECTED]'

Re: [jdev] Correct way to remove a nickname form a roster item

2006-10-05 Thread Michal vorner Vaner
On Wed, Oct 04, 2006 at 08:20:02PM -0700, Mark Doliner wrote: > Hi, I'm wondering what is the correct way to remove a nickname from a > roster item? > > Method 1: > jid='[EMAIL PROTECTED]'>Buddies > > Method 2: > jid='[EMAIL PROTECTED]' > name=''>Buddies IMHO, whit should save empty nick there

Re: [jdev] Correct way to remove a nickname form a roster item

2006-10-05 Thread Norman Rasmussen
On 10/5/06, Mark Doliner <[EMAIL PROTECTED]> wrote: Wouldn't that remove the item from my roster completely? I just want to get rid of the nickname that's associated with the item. Some Jabber clients refer to this as an "alias." woops, I missed that one. I guess this is partially an imple

RE: [jdev] Correct way to remove a nickname form a roster item

2006-10-05 Thread Mark Doliner
On 10/5/06, Norman Rasmussen wrote: > On 10/5/06, Mark Doliner <[EMAIL PROTECTED]> wrote: > > Hi, I'mjavascript:SetCmd(cmdSend); wondering what is the correct way to > > remove a nickname from a > > roster item? > > Psi seems to generate: > > > > > > Wouldn't that remove the item from my r

Re: [jdev] Correct way to remove a nickname form a roster item

2006-10-04 Thread Norman Rasmussen
On 10/5/06, Mark Doliner <[EMAIL PROTECTED]> wrote: Hi, I'm wondering what is the correct way to remove a nickname from a roster item? Psi seems to generate: -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/