[Pidgin] #10245: pubsub messages with valid bodies aren't displayed in a chat window
Pidgin
trac at pidgin.im
Mon Sep 7 21:37:05 EDT 2009
#10245: pubsub messages with valid bodies aren't displayed in a chat window
---------------------+------------------------------------------------------
Reporter: deetman | Owner:
Type: defect | Status: new
Milestone: | Component: libpurple
Version: 2.6.2 | Resolution:
Keywords: xmpp |
---------------------+------------------------------------------------------
Description changed by deryni:
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>
...
</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:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list