Bug 49330 - Messy characters in nicknames for Jabber
Summary: Messy characters in nicknames for Jabber
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: gabble (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-01 01:05 UTC by Mike Manilone
Modified: 2019-12-03 19:56 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Mike Manilone 2012-05-01 01:05:16 UTC
See the report for Empathy https://bugzilla.gnome.org/show_bug.cgi?id=675063
Comment 1 Mike Manilone 2012-05-03 07:25:49 UTC
Anybody helps?
Comment 2 Mike Manilone 2012-05-30 08:06:16 UTC
A little more info.

signal sender=:1.299 -> dest=(null destination) serial=2897 path=/org/freedesktop/Telepathy/Connection/gabble/jabber/crtmike_40jabber_2eorg_2f030918ab; interface=org.freedesktop.Telepathy.Connection.Interface.Aliasing; member=AliasesChanged
   array [
      struct {
         uint32 26
         string "老猫群"
      }
   ]
Comment 3 Will Thompson 2012-11-05 15:41:09 UTC
Can you get a debug log from Gabble, to verify exactly what is being sent to it from the network?

But I think your server is sending you XML which it shouldn't be. RFC 6120 says <http://xmpp.org/rfcs/rfc6120.html#intro-terms>:

    some examples in this document use the form "&#x...." as a notational device to represent [UNICODE] characters (e.g., the string "&#x0159;" stands for the Unicode character LATIN SMALL LETTER R WITH CARON); this form is definitely not to be sent over the wire in XMPP systems.

The server should be sending you UTF-8, not escape sequences.
Comment 4 GitLab Migration User 2019-12-03 19:56:54 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/226.


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.