diff src/plugins/plugin_xep_0277.py @ 2243:5e12fc5ae52a

plugin events: separation of event node and invitees node - event node is handling the main metadata of the event, and invitees node handle the invitations/invitees answers - invitees and blog node are automatically created and associated to the event, except if they are specified (in which cas the existing one are used and attached to the event node) - extra metadata are added to <meta> elements
author Goffi <goffi@goffi.org>
date Fri, 19 May 2017 12:43:41 +0200
parents 79d279d1ee88
children a8eaaac4d80f
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0277.py	Fri May 19 12:40:03 2017 +0200
+++ b/src/plugins/plugin_xep_0277.py	Fri May 19 12:43:41 2017 +0200
@@ -31,7 +31,7 @@
 from sat.tools import utils
 from sat.tools.common import data_format
 
-# XXX: tmp.pubsub is actually use instead of wokkel version
+# XXX: tmp.pubsub is actually used instead of wokkel version
 from wokkel import pubsub
 import uuid
 import time