After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560376 - MESSAGE with "Content-Type: application/im-iscomposing+xml" shouldn't be rendered
MESSAGE with "Content-Type: application/im-iscomposing+xml" shouldn't be rend...
Status: RESOLVED DUPLICATE of bug 640393
Product: ekiga
Classification: Applications
Component: Chat stack
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-11 16:52 UTC by Iñaki Baz Castillo
Modified: 2013-02-09 21:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Iñaki Baz Castillo 2008-11-11 16:52:46 UTC
Ekiga doesn't support RFC 3994 "Indication of Message Composition for Instant Messaging" (sending notification of message writting). Those notifications are sent into a MESSAGE request like:

-------------
MESSAGE sip:carol@domain.net SIP/2.0
Via: SIP/2.0/UDP 192.168.1.58:5062;rport;branch=z9hG4bKmvorvqnm
Max-Forwards: 70
To: "carol" <sip:carol@domain.net>
From: "Alice" <sip:alice@domain.net>;tag=jfrbd
Call-ID: cvptxhvtmllqdvw
CSeq: 706 MESSAGE
Content-Type: application/im-iscomposing+xml
User-Agent: Twinkle/1.3
Content-Length: 155

<?xml version="1.0" encoding="UTF-8"?>
<isComposing xmlns="urn:ietf:params:xml:ns:im-iscomposing"><state>active</state><refresh>90</refresh></isComposing>
---------------

So this is a MESSAGE with "Content-Type: application/im-iscomposing+xml" and Ekiga should render it to the user as a normal MESSAGE. In fact, Ekiga should inspect the "Content-Type" header and just render the body to the user if it is "text/plain" or "text/html" (or other *supported* content type).
Comment 1 Eugen Dedu 2013-02-09 21:24:32 UTC

*** This bug has been marked as a duplicate of bug 640393 ***