log frontends/src/jp/cmd_pubsub.py @ 2385:39d30cf722cb

age author description
2017-09-24 Goffi jp (pubsub/node/schema): check that a schema exists before parsing it (fix issue on new schema edition)
2017-09-08 Goffi jp (pubsub): added subscribe, unsubscribe and subscriptions methods:
2017-09-06 Goffi jp (pubsub/node): added schema (set/edit/get) commands to manipulate PubSub node schema
2017-08-20 Goffi jp (pubsub/node): added subscriptions subcommand:
2017-07-09 Goffi jp (pubsub/search): fixed encoding for stdin in external commands
2017-07-08 Goffi jp (pubsub/search): profile is transmited to subcommand for "exec" action
2017-07-08 Goffi jp (arg_tools): args is not modified anymore in get_use_args + fixed args returned + parser_args are returned separatly (return is now a tuple)
2017-07-08 Goffi jp (pubsub): new search command:
2017-07-05 Goffi jp (pubsub/hook): added create/delete/list hook command to handle new Pubsub hook feature
2017-06-29 Goffi jp (pubsub/node/affiliations/set): call checkURI
2017-06-29 Goffi jp (pubsub/node/set): added checkURI to handle xmpp: URIs
2017-06-28 Goffi jp (pubsub/delete): delete command implementation (to delete an item)
2017-06-28 Goffi jp (pubsub, common): fixed last item edition (keep item id instead of creating a new one)
2017-06-28 Goffi jp (cmd_pubsub): xmpp: uri handling, first draft
2017-06-27 Goffi jp (common): added --last-item to take last item when no item id is found/given
2017-06-27 Goffi jp (pubsub/edit): new edit subcommand, which work in a same way as for blog
2017-06-27 Goffi jp (pubsub): psItemGet has been renamed to psItemsGet as several items are gotten
2017-05-19 Goffi jp (pubsub/uri): fixed URI generation
2017-04-26 Goffi jp: added use_pubsub and use_pubsub_node_req arguments to CommandBase
2017-04-16 Goffi jp (pubsub): added uri command to build pubsub URI
2017-04-02 Goffi jp (pubsub/node): added create and delete commands
2017-03-29 Goffi jp (pubsub/get): --service is now optional argument, and sub_id now use "-S" short option
2017-03-26 Goffi jp (pubsub/node) added pubsub/node/affiliations/set command
2017-03-23 Goffi jp (pubsub): added affiliations and node/affiliations/get:
2017-03-13 Goffi jp (pubsub/node): added set command
2017-03-13 Goffi jp (pubsub): added pubsub/node/info command to retrieve node configuration
2017-03-13 Goffi plugin XEP-0060: renamed psGet bridge method to psItemGet
2017-03-12 Goffi jp(pubsub/get): pubsub/get command, first draft