Software /
code /
prosody-modules
Changeset
4636:6bcccc63b542
mod_pubsub_post: fix incorrect claim
The code clearly publishes to ID current, not to a random ID.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Thu, 29 Jul 2021 17:23:08 +0200 |
parents | 4635:415264707251 |
children | 4637:242251ce1036 |
files | mod_pubsub_post/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 `<entry>` 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