log src/plugins/plugin_misc_invitations.py @ 2252:cffa50c9f26b

age author description
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: