log

age author description
Sun, 16 Apr 2017 17:55:10 +0200 Goffi tools/common (uri): added a method to build URI
Mon, 03 Apr 2017 00:23:01 +0200 Goffi jp (pubsub/node): added create and delete commands
Mon, 03 Apr 2017 00:23:01 +0200 Goffi jp (invitation): added modify command
Mon, 03 Apr 2017 00:23:01 +0200 Goffi plugin invitations: added modify method (+ bridge) and fixed email setting in extra
Mon, 03 Apr 2017 00:22:58 +0200 Goffi plugin XEP-0060: node create/delete improvments:
Mon, 03 Apr 2017 00:13:33 +0200 Goffi tmp(wokkel/pubsub): fixed configuration parsing
Wed, 29 Mar 2017 21:04:43 +0200 Goffi tools(common/uri): XMPP uri parsing module, first draft
Wed, 29 Mar 2017 19:42:44 +0200 Goffi jp (invitation): invitation command first draft
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
Wed, 29 Mar 2017 19:42:44 +0200 Goffi jp (base): added msg and exit_code argument to errback so it's more generic
Wed, 29 Mar 2017 19:42:42 +0200 Goffi plugin invitations: added getInvitation method, it return invitation data and raise an error if it is not found
Wed, 29 Mar 2017 19:35:55 +0200 Goffi plugin invitations: invitation id and invitee jid are now added to return dict in invitationCreate, bridge signature has changed too
Wed, 29 Mar 2017 19:30:29 +0200 Goffi plugin invitations: raise ValueError if url_template and message_body are both not specified
Wed, 29 Mar 2017 19:27:52 +0200 Goffi memory (persistent, sqlite): fixed getPrivates bug with keys arguments and its use in LazyPersistentBinaryDict
Sun, 26 Mar 2017 21:23:03 +0200 Goffi plugin invitations: fixed leak of uuid in jid
Sun, 26 Mar 2017 18:08:05 +0200 Goffi jp (pubsub/node) added pubsub/node/affiliations/set command
Sun, 26 Mar 2017 18:06:58 +0200 Goffi plugin XEP-0060: added setNodeAffiliations and its bridge method (psNodeAffiliationsSet)
Sun, 26 Mar 2017 16:57:53 +0200 Goffi tmp(wokkel/pubsub): removed affiliations attribute which was there twice + added missing _render_affiliations
Thu, 23 Mar 2017 21:04:01 +0100 Goffi jp (pubsub): added affiliations and node/affiliations/get:
Thu, 23 Mar 2017 21:01:51 +0100 Goffi plugin XEP-0060: added affiliation handling:
Thu, 23 Mar 2017 20:59:25 +0100 Goffi tmp (wokkel/pubsub): fixed affiliations (normal entity) handling
Thu, 23 Mar 2017 09:11:25 +0100 Goffi plugin groupblog, XEP-0060: added ACCESS_PUBLISHER_ROSTER and switched to it in groupblog
Thu, 23 Mar 2017 09:07:10 +0100 Goffi tmp (wokkel/pubsub): fixed configuration setting
Tue, 14 Mar 2017 00:21:20 +0100 Goffi jp (pubsub/node): added set command
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:57 +0100 Goffi jp (pubsub): added pubsub/node/info command to retrieve node configuration
Mon, 13 Mar 2017 23:18:00 +0100 Goffi plugin XEP-0060: added getConfiguration ad psNodeConfigurationGet bridge method
Mon, 13 Mar 2017 23:17:13 +0100 Goffi plugin XEP-0060: renamed psGet bridge method to psItemGet
Mon, 13 Mar 2017 23:15:06 +0100 Goffi jp (output dict): added color and no-header option
Mon, 13 Mar 2017 23:14:00 +0100 Goffi jp (base): raise InternalError if output is used when use_output is not declared