Opened at 2010-04-25T22:07:29Z
Closed at 2010-05-11T23:31:57Z
#608 closed defect (fixed)
typing notification fails with gmail chat/webapp users
Reported by: | anonymous | Owned by: | wilmer |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.6 |
Component: | Jabber | Version: | devel |
Keywords: | typing notification gmail chat webapp | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Typing notification does not work on either side when communicating with gtalk users on the web chat interface on gmail.
I have attached the xml debug output.
Attachments (0)
Change History (2)
comment:1 Changed at 2010-04-25T22:21:08Z by
comment:2 Changed at 2010-05-11T23:31:57Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The ridiculous decision of GMail to use XML namespace prefixes here broke this. BitlBee was totally unaware of how to handle them (the GLib XML parser has no clue about them and nor did I back when I wrote this code).
I added just enough code to handle this case. I've hardly ever seen this stuff used in XMPP; the fact that it took almost four years for a problem to appear says it all IMHO.
changeset:devel,576. Thanks a lot for your report.
http://pastebin.com/qzyEpZCp