[Pidgin] #10245: pubsub messages with valid bodies aren't displayed in a chat window

Pidgin trac at pidgin.im
Mon Sep 7 22:34:19 EDT 2009


#10245: pubsub messages with valid bodies aren't displayed in a chat window
---------------------+------------------------------------------------------
 Reporter:  deetman  |        Owner:  deryni
     Type:  defect   |       Status:  new   
Milestone:           |    Component:  XMPP  
  Version:  2.6.2    |   Resolution:        
 Keywords:           |  
---------------------+------------------------------------------------------
Description changed by deetman:

Old description:

> When a message is delivered to a libpurple client that has a pubsub
> payload along with a body and xhtml-im body the appropriate body should
> be displayed in a chat window. When I remove the pubsub namespace from
> the event tag the xhtml-im body is displayed in a chat window. Here is an
> example of an xmpp message that doesn't come up in chat window but
> should:
>
> {{{
> <message from="pubsub.domain.com" to="jid at jabber.org" id="24">
> <body>Hello World!</body>
> <html xmlns="http://jabber.org/prototocol/xhtml-im">
>    <body>
>      ...
>    </body>
> </html>
> <event xmlns="http://jabber.org/protocol/pubsub#event>
>   <items node="test_node">
>      <item id="1234">
>         <entry xmlns="http://www.wc3.org/2005/Atom">
>           ...
>         </entry>
>      </item>
>   </items>
> </event>
> </message>
> }}}

New description:

 When a message is delivered to a libpurple client that has a pubsub
 payload along with a body and xhtml-im body the appropriate body should be
 displayed in a chat window. When I remove the pubsub namespace from the
 event tag the xhtml-im body is displayed in a chat window. Here is an
 example of an xmpp message that doesn't come up in chat window but should:

 {{{
 <message from="pubsub.domain.com" to="jid at jabber.org" id="24">
 <body>Hello World!</body>
 <html xmlns="http://jabber.org/prototocol/xhtml-im">
    <body xmlns="http://www.w3.org/1999/xhtml">
      ...
    </body>
 </html>
 <event xmlns="http://jabber.org/protocol/pubsub#event>
   <items node="test_node">
      <item id="1234">
         <entry xmlns="http://www.wc3.org/2005/Atom">
           ...
         </entry>
      </item>
   </items>
 </event>
 </message>
 }}}

--

-- 
Ticket URL: <http://developer.pidgin.im/ticket/10245#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list