mod_pubsub_post/README: Describe what happens to different data types
authorKim Alvefur <zash@zash.se>
Wed, 27 Jun 2018 17:35:20 +0200
changeset 3157 e0de1fdbc80a
parent 3156 882f7d5c3ce8
child 3158 59dd0cdae560
mod_pubsub_post/README: Describe what happens to different data types
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 `<entry>` and each one is published as
+    its own PubSub item.
+-   Other XML is simply published to a randomly named item as-is.
+
 # Configuration
 
 ## Authentication