Re: [Gajim-devel] [patch] Nickname and Fullname support in the roster

2007-02-20 Thread Nikos Kouremenos
I couldn't agree more. On 2/20/07, Yann Le Boulanger <[EMAIL PROTECTED]> wrote: > Nikos Kouremenos wrote: > > if this XEP http://www.xmpp.org/extensions/xep-0172.html doesn't cover > > the nickname change event,then I don't know what to think. At least > > propose it to be done so in that XEP > >

Re: [Gajim-devel] [patch] Nickname and Fullname support in the roster

2007-02-20 Thread Yann Le Boulanger
Nikos Kouremenos wrote: > if this XEP http://www.xmpp.org/extensions/xep-0172.html doesn't cover > the nickname change event,then I don't know what to think. At least > propose it to be done so in that XEP > I just re-read this XEP, and here is what is written: "In order for a user to modify his

Re: [Gajim-devel] [patch] Nickname and Fullname support in the roster

2007-02-19 Thread Nikos Kouremenos
if this XEP http://www.xmpp.org/extensions/xep-0172.html doesn't cover the nickname change event,then I don't know what to think. At least propose it to be done so in that XEP On 2/18/07, Yann Le Boulanger <[EMAIL PROTECTED]> wrote: > Damien THEBAULT wrote: > > Oops, sorry, I forgot the patch. > >

Re: [Gajim-devel] [patch] Nickname and Fullname support in the roster

2007-02-17 Thread Yann Le Boulanger
Damien THEBAULT wrote: > Oops, sorry, I forgot the patch. > This is an interesting patch, and a good way to do the MSN way for nickname: contact choose the nick he wants others see. there are 2 problems: - keep contact.vcard takes too much memory. vcard can be a big object as it contains avatar

Re: [Gajim-devel] [patch] Nickname and Fullname support in the roster

2007-02-17 Thread Damien THEBAULT
Oops, sorry, I forgot the patch. -- Damien Thebault Key C15AB8AF Fingerprint 8FB9 8576 7033 4B45 3DF5 88E8 5471 1A44 C15A B8AF diff -udr -x '*~' -x '*.pyc' gajim-0.11_ori/src/common/contacts.py gajim-0.11/src/common/contacts.py --- gajim-0.11_ori/src/common/contacts.py 2006-11-21 23:27:35.00

[Gajim-devel] [patch] Nickname and Fullname support in the roster

2007-02-17 Thread Damien THEBAULT
Hello, Currently, in the roster, the contact displayed name is either : - the name if the user choosed one or - the first part of the jid ("user" for [EMAIL PROTECTED]) It may be a nice feature to display the nickname of the contact. With this patch, the contact's displayed name is : - the nam