Mercurial > libervia-backend
diff CHANGELOG @ 2764:92af49cde255
jp (base): MAM and RSM arguments can now be used for pubsub commands:
- RSM and MAM args arguments have been added to pubsub group, and activated when multiple items are possible
- /!\ --max-items (i.e. pubsub original max) short option has been change for -M, and -m is now used for RSM max
- pubsub/search -m option has been renamed -M for same reason as above
- pubsub/search -o option has been replaced by -k (for keep), to avoid conflict with order-by (and long version is now --node-max)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Jan 2019 10:18:02 +0100 |
parents | 8fd8ce5a5855 |
children | 4cfa2085aebf |
line wrap: on
line diff
--- a/CHANGELOG Fri Jan 11 09:48:19 2019 +0100 +++ b/CHANGELOG Fri Jan 11 10:18:02 2019 +0100 @@ -40,7 +40,7 @@ - new blog/get command, to retrieve locally XMPP blog - new message/mam command, to check MAM archives (this command may be renamed or merged in an other one in the future) - new pubsub commands, for low level pubsub manipulations - - include pubusb/search command for "grepping" pubsub nodes + - include pubsub/search command for "grepping" pubsub nodes - new invitation commands - new event commands - new uri commands, to parse/build XMPP URI @@ -54,6 +54,7 @@ - new encryption commands, to handle encryption sessions - e2e encryption algorithm can now be requested in jp message/send - better handling of arguments for pubsub related commands + - MAM and RSM arguments for pubsub related commands - improved outputs - new template output, jp can now act as a static site generator - a REPL shell is now available with "jp shell" command