Bug 71787 - TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED not trigered for uppercase changes
Summary: TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED not trigered for uppercase changes
Status: RESOLVED NOTABUG
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 13:32 UTC by Carlos Soriano
Modified: 2013-11-19 13:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Carlos Soriano 2013-11-19 13:32:21 UTC
The TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED signal is not trigered when, i.e. I change my nick from csoriano to Csoriano or backwards.
We need this to solve https://bugzilla.gnome.org/show_bug.cgi?id=709439 in Polari application of Gnome.
Comment 1 Simon McVittie 2013-11-19 13:38:26 UTC
This isn't a bug, please watch yourself and other contacts for AliasChanged instead (or as well).

Renamed, SelfHandleChanged and MembersChangedDetailed(...GROUP_CHANGE_REASON_RENAMED) are only emitted when you change your unique identifier, which on IRC is the normalized (lower-case) form of your nickname. For instance, if you're Csoriano, "/nick C_soriano" would change your alias to C_soriano and your identifier to c_soriano.

(This is more complicated than IRC needs, but in most IM protocols, aliases and unique identifiers are independent; also, UIs can't be expected to know how to normalize all protocols' unique identifiers.)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.