# HG changeset patch # User Jonas Schäfer # Date 1627572188 -7200 # Node ID 6bcccc63b542b02804ac141005e2495b6c75a64b # Parent 4152647072518fdd55fba358ba0a183ecda9a3c9 mod_pubsub_post: fix incorrect claim The code clearly publishes to ID current, not to a random ID. diff -r 415264707251 -r 6bcccc63b542 mod_pubsub_post/README.markdown --- a/mod_pubsub_post/README.markdown Tue Jul 27 01:08:54 2021 +0200 +++ b/mod_pubsub_post/README.markdown Thu Jul 29 17:23:08 2021 +0200 @@ -14,7 +14,7 @@ - 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. +- Other XML is simply published to the item with ID `current`. ## JSON example