log src/plugins/plugin_misc_invitations.py @ 2483:0046283a285d

age author description
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Wed, 12 Jul 2017 19:05:33 +0200 Goffi plugins invitation, XEP-0277: strip language, we don't want spaces
Fri, 30 Jun 2017 00:04:47 +0200 Goffi plugin events, invitations + jp (event/create, invitation/invitee/invite): several emails addresses can now be specified for a single invitation:
Sun, 21 May 2017 20:08:42 +0200 Goffi plugin invitations: name is now registered as nickname on XMPP server thanks to plugin identity
Sun, 21 May 2017 20:07:54 +0200 Goffi plugin invitations: doesn't raise an exception anymore if url_template is not set while email is not requested
Fri, 19 May 2017 12:37:54 +0200 Goffi plugin invitations: on modify an empty value delete corresponding extra keys, and reserved keys are now ignored.
Thu, 27 Apr 2017 00:53:23 +0200 Goffi plugin invitations: added invitationList command
Sun, 16 Apr 2017 17:57:40 +0200 Goffi plugin invitations: fixed url_template check
Mon, 03 Apr 2017 00:23:01 +0200 Goffi plugin invitations: added modify method (+ bridge) and fixed email setting in extra
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
Sun, 26 Mar 2017 21:23:03 +0200 Goffi plugin invitations: fixed leak of uuid in jid
Sun, 12 Mar 2017 23:28:04 +0100 Goffi plugin XEP-0060: added psGet bridge method
Sun, 12 Mar 2017 19:35:36 +0100 Goffi plugin invitations: first draft: