log frontends/src/jp/cmd_pubsub.py @ 2280:4bc9a2c2d6c9

age author description
Wed, 28 Jun 2017 20:28:24 +0200 Goffi jp (pubsub, common): fixed last item edition (keep item id instead of creating a new one)
Wed, 28 Jun 2017 19:19:08 +0200 Goffi jp (cmd_pubsub): xmpp: uri handling, first draft
Wed, 28 Jun 2017 01:20:44 +0200 Goffi jp (common): added --last-item to take last item when no item id is found/given
Tue, 27 Jun 2017 19:38:22 +0200 Goffi jp (pubsub/edit): new edit subcommand, which work in a same way as for blog
Tue, 27 Jun 2017 19:38:22 +0200 Goffi jp (pubsub): psItemGet has been renamed to psItemsGet as several items are gotten
Fri, 19 May 2017 12:33:54 +0200 Goffi jp (pubsub/uri): fixed URI generation
Thu, 27 Apr 2017 01:01:43 +0200 Goffi jp: added use_pubsub and use_pubsub_node_req arguments to CommandBase
Sun, 16 Apr 2017 17:59:54 +0200 Goffi jp (pubsub): added uri command to build pubsub URI
Mon, 03 Apr 2017 00:23:01 +0200 Goffi jp (pubsub/node): added create and delete commands
Wed, 29 Mar 2017 19:42:44 +0200 Goffi jp (pubsub/get): --service is now optional argument, and sub_id now use "-S" short option
Sun, 26 Mar 2017 18:08:05 +0200 Goffi jp (pubsub/node) added pubsub/node/affiliations/set command
Thu, 23 Mar 2017 21:04:01 +0100 Goffi jp (pubsub): added affiliations and node/affiliations/get:
Tue, 14 Mar 2017 00:21:20 +0100 Goffi jp (pubsub/node): added set command
Mon, 13 Mar 2017 23:18:57 +0100 Goffi jp (pubsub): added pubsub/node/info command to retrieve node configuration
Mon, 13 Mar 2017 23:17:13 +0100 Goffi plugin XEP-0060: renamed psGet bridge method to psItemGet
Sun, 12 Mar 2017 23:34:51 +0100 Goffi jp(pubsub/get): pubsub/get command, first draft