log src/plugins/plugin_xep_0060.py @ 2389:5675af905725

age author description
Fri, 20 Oct 2017 08:44:09 +0200 Goffi plugin XEP-0060: added createIfNewNode method which doesn't fail in case of conflict.
Sun, 24 Sep 2017 16:32:22 +0200 Goffi plugin XEP-0060: use client instead of profile_key in getItems
Fri, 08 Sep 2017 07:57:57 +0200 Goffi plugin XEP-0060: added/fixed subscribe/unsubscribe and subscriptions methods/bridge methods:
Sun, 20 Aug 2017 10:31:53 +0200 Goffi plugin XEP-0060: implemented subscriptions management method for node owner:
Sat, 08 Jul 2017 23:21:01 +0200 Goffi plugin XEP-0060: remove max_items when item_ids is set on getItems
Sat, 08 Jul 2017 21:43:36 +0200 Goffi plugin XEP-0060: fixed service in metadata for PEP
Wed, 05 Jul 2017 15:04:43 +0200 Goffi plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
Tue, 27 Jun 2017 19:38:20 +0200 Goffi plugin XEP-0060: added sendItem and psItemSend bridge method as a way to send directly raw XML for an item + use client instead of profile_key in publish + renamed psItemGet to psItemsGet
Mon, 17 Apr 2017 20:31:12 +0200 Goffi plugin XEP-0060: getNodeAffiliations use jid.JID as keys instead of jids as unicode
Mon, 03 Apr 2017 00:22:58 +0200 Goffi plugin XEP-0060: node create/delete improvments:
Sun, 26 Mar 2017 18:06:58 +0200 Goffi plugin XEP-0060: added setNodeAffiliations and its bridge method (psNodeAffiliationsSet)
Thu, 23 Mar 2017 21:01:51 +0100 Goffi plugin XEP-0060: added affiliation handling:
Thu, 23 Mar 2017 09:11:25 +0100 Goffi plugin groupblog, XEP-0060: added ACCESS_PUBLISHER_ROSTER and switched to it in groupblog
Tue, 14 Mar 2017 00:18:02 +0100 Goffi plugin XEP-0060: added setConfiguration/psNodeConfigurationSet + fix in tmp.wokkel.pubsub
Mon, 13 Mar 2017 23:18:00 +0100 Goffi plugin XEP-0060: added getConfiguration ad psNodeConfigurationGet bridge method