# HG changeset patch # User Kim Alvefur # Date 1530113720 -7200 # Node ID e0de1fdbc80a25a696b45a7c5608def99cf52efe # Parent 882f7d5c3ce838adde019a3d7f11e4b299af1c8e mod_pubsub_post/README: Describe what happens to different data types diff -r 882f7d5c3ce8 -r e0de1fdbc80a mod_pubsub_post/README.markdown --- a/mod_pubsub_post/README.markdown Wed Jun 27 17:27:44 2018 +0200 +++ b/mod_pubsub_post/README.markdown Wed Jun 27 17:35:20 2018 +0200 @@ -10,6 +10,11 @@ --data-binary '{"musing":"To be, or not to be: that is the question"}' ``` +- JSON data is wrapped in a [XEP-0335] container. +- An Atom feed may have many `` and each one is published as + its own PubSub item. +- Other XML is simply published to a randomly named item as-is. + # Configuration ## Authentication