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 or her nickname and notify contacts
of that change, it is RECOMMENDED for clients to use Personal Eventing
via Pubsub [15] (a.k.a. PEP)."

so we need to support PEP ...

XEP says that if we don't support PEP we can use pubsub, and if we don't
support pubsub, we can use a message:

<message from='' to=''>
  <nick xmlns='http://jabber.org/protocol/nick'>NEW_NICK</nick>
</message>

this solution sounds ugly as we have to send a message to ALL our
contacts. So we should implement PEP for that.

-- 
Yann
_______________________________________________
Gajim-devel mailing list
Gajim-devel@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/gajim-devel

Reply via email to