Verify that messages sent from the pubsub service are correct
-------------------------------------------------------------
Key: VYSPER-87
URL: https://issues.apache.org/jira/browse/VYSPER-87
Project: VYSPER
Issue Type: Test
Components: XEP0060 PubSub
Reporter: Michael Jakl
Assignee: Michael Jakl
See
http://xmpp.org/extensions/tmp/xep-0060-1.13.html#publisher-publish-success-withpayload
Example:
<message from='pubsub.shakespeare.lit' to='[email protected]' id='foo'>
<event xmlns='http://jabber.org/protocol/pubsub#event'>
<items node='princely_musings'>
<item id='ae890ac52d0df67ed7cfdf51b644e901'>
<entry xmlns='http://www.w3.org/2005/Atom'>
<title>Soliloquy</title>
<summary>
To be, or not to be: that is the question:
Whether 'tis nobler in the mind to suffer
The slings and arrows of outrageous fortune,
Or to take arms against a sea of troubles,
And by opposing end them?
</summary>
<link rel='alternate' type='text/html'
href='http://denmark.lit/2003/12/13/atom03'/>
<id>tag:denmark.lit,2003:entry-32397</id>
<published>2003-12-13T18:30:02Z</published>
<updated>2003-12-13T18:30:02Z</updated>
</entry>
</item>
</items>
</event>
</message>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.