log src/plugins/plugin_misc_invitations.py @ 2384:d14c1a3e3244

age author description
2017-07-12 Goffi plugins invitation, XEP-0277: strip language, we don't want spaces
2017-06-29 Goffi plugin events, invitations + jp (event/create, invitation/invitee/invite): several emails addresses can now be specified for a single invitation:
2017-05-21 Goffi plugin invitations: name is now registered as nickname on XMPP server thanks to plugin identity
2017-05-21 Goffi plugin invitations: doesn't raise an exception anymore if url_template is not set while email is not requested
2017-05-19 Goffi plugin invitations: on modify an empty value delete corresponding extra keys, and reserved keys are now ignored.
2017-04-26 Goffi plugin invitations: added invitationList command
2017-04-16 Goffi plugin invitations: fixed url_template check
2017-04-02 Goffi plugin invitations: added modify method (+ bridge) and fixed email setting in extra
2017-03-29 Goffi plugin invitations: added getInvitation method, it return invitation data and raise an error if it is not found
2017-03-29 Goffi plugin invitations: invitation id and invitee jid are now added to return dict in invitationCreate, bridge signature has changed too
2017-03-29 Goffi plugin invitations: raise ValueError if url_template and message_body are both not specified
2017-03-26 Goffi plugin invitations: fixed leak of uuid in jid
2017-03-12 Goffi plugin XEP-0060: added psGet bridge method
2017-03-12 Goffi plugin invitations: first draft: