log frontends/src/jp/cmd_pubsub.py @ 2442:b8ffb7f8056b

age author description
Sun, 19 Nov 2017 16:41:59 +0100 Goffi plugin XEP-0060: added "options" argument to psSubscribe, and return subscription id if present
Sat, 18 Nov 2017 18:37:21 +0100 Goffi jp (pubsub): added new "set" command tu publish or update an item in a non-interactive way (while "edit" do it interactively).
Sat, 04 Nov 2017 22:11:01 +0100 Goffi jp (pubsub/node/create): fixed --field option
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Fri, 27 Oct 2017 08:33:48 +0200 Goffi jp (pubsub/delete): show deleted node + handle URIs
Sun, 24 Sep 2017 16:29:18 +0200 Goffi jp (pubsub/node/schema): check that a schema exists before parsing it (fix issue on new schema edition)
Fri, 08 Sep 2017 07:58:08 +0200 Goffi jp (pubsub): added subscribe, unsubscribe and subscriptions methods:
Wed, 06 Sep 2017 07:39:10 +0200 Goffi jp (pubsub/node): added schema (set/edit/get) commands to manipulate PubSub node schema
Sun, 20 Aug 2017 10:33:33 +0200 Goffi jp (pubsub/node): added subscriptions subcommand:
Sun, 09 Jul 2017 15:20:31 +0200 Goffi jp (pubsub/search): fixed encoding for stdin in external commands
Sat, 08 Jul 2017 22:50:25 +0200 Goffi jp (pubsub/search): profile is transmited to subcommand for "exec" action
Sat, 08 Jul 2017 22:49:55 +0200 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)
Sat, 08 Jul 2017 21:54:24 +0200 Goffi jp (pubsub): new search command:
Wed, 05 Jul 2017 15:05:49 +0200 Goffi jp (pubsub/hook): added create/delete/list hook command to handle new Pubsub hook feature
Fri, 30 Jun 2017 00:54:37 +0200 Goffi jp (pubsub/node/affiliations/set): call checkURI
Fri, 30 Jun 2017 00:02:16 +0200 Goffi jp (pubsub/node/set): added checkURI to handle xmpp: URIs
Wed, 28 Jun 2017 20:28:58 +0200 Goffi jp (pubsub/delete): delete command implementation (to delete an item)
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