log src/plugins/plugin_xep_0060.py @ 1903:29564cec913f

age author description
Wed, 09 Mar 2016 16:59:29 +0100 Goffi plugin XEP-0060: service, node and uri are added to metadata when doing a getItems
Tue, 01 Mar 2016 01:47:32 +0100 Goffi plugin XEP-0277: service can be None in mbGet, resulting in a request on default pubsub service of profile (i.e. profile's PEP)
Thu, 25 Feb 2016 16:21:17 +0100 Goffi plugin XEP-0060: fixed bad xmpp: URI generation in getNodeURI
Sat, 23 Jan 2016 19:53:16 +0100 Goffi plugin XEP-0060, XEP-0277: added getNodeURI method
Thu, 07 Jan 2016 16:19:43 +0100 Goffi plugin XEP-0060: fixed extra mam filters parsing
Tue, 05 Jan 2016 23:20:22 +0100 Goffi plugin XEP-0060: MAM integration:
Tue, 05 Jan 2016 23:20:22 +0100 Goffi plugin XEP-0060, tmp(wokkel.rsm): small refactoring:
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Fri, 18 Dec 2015 15:06:58 +0100 Goffi plugin XEP-0060: None is no more used in addManagedNode, but all nodes prefixed with a registered one are now triggered
Wed, 25 Nov 2015 16:59:13 +0100 souliane plugin XEP-0060: trap failure when subscription to a node is not possible
Mon, 02 Nov 2015 22:02:41 +0100 Goffi core (disco): use of “profile” instead of “profile_key” in several disco methods
Thu, 10 Sep 2015 07:37:14 +0200 souliane plugin XEP-0060: fixes a one-line loop
Fri, 21 Aug 2015 17:09:43 +0200 Goffi plugin XEP-0060: implemented getFeatures, data has a "service" key if service is found for this profile
Sun, 16 Aug 2015 00:39:44 +0200 Goffi plugins xep-0060, xep-0163, xep-0277, groupblog: bloging improvments (huge patch, sorry):
Sat, 15 Aug 2015 22:22:34 +0200 Goffi plugin xep-0060,xep-0277: added getFromMany using new RTDeferredSession mechanism
Sat, 15 Aug 2015 22:20:56 +0200 Goffi plugins xep-0060, xep-0277: added methods to serialise getItems result (before bridge transmission):
Sat, 15 Aug 2015 22:13:27 +0200 Goffi plugin XEP-0060: use of new RTDeferredSession to subscribe many nodes at once + subscribeToMany can now subscribe on separate services
Sat, 15 Aug 2015 22:13:27 +0200 Goffi plugins xep-0060, xep-0277: code simplification/cleaning/fix:
Wed, 22 Apr 2015 20:21:55 +0200 Goffi plugins groupblog, xep-0060: first pass of simplification
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Wed, 18 Mar 2015 10:52:28 +0100 Goffi merged branch frontends_multi_profiles
Sat, 24 Jan 2015 01:00:29 +0100 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
Fri, 09 Jan 2015 10:45:15 +0100 souliane plugin XEP-0060: free SatPubSubClient instance on profile disconnection
Mon, 15 Dec 2014 14:04:19 +0100 souliane plugins XEP-0060, XEP-0277, groupblog: make use of RSM (XEP-0059)
Mon, 15 Dec 2014 14:03:13 +0100 souliane plugins XEP-0059, XEP-0060: leave internal wokkel extensions to sat.tmp.wokkel
Mon, 24 Nov 2014 17:20:51 +0100 souliane plugin XEP-0060: listNodes should not use SatPubSubClient.getDiscoItems but self.host.getDiscoItems, cf. revs 1217 (318eab3f93f8) and 1259 (633fcd13a7dc)
Fri, 21 Nov 2014 16:36:24 +0100 Goffi plugin pubsub: fixed redefinition of PubSubRequest
Fri, 21 Nov 2014 16:35:40 +0100 Goffi plugin pubsub: fixed a bug introducted in revision 318eab3f93f8: getDiscoItems handler method which is called on disco items request, was calling getDiscoItems from host, which do a request itself, resulting in an infinite items request loop.
Sat, 18 Oct 2014 16:28:37 +0200 souliane core, plugins: improve a bit some log messages
Sun, 19 Oct 2014 02:48:11 +0200 souliane plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)