diff sat/plugins/plugin_exp_invitation.py @ 2941:83cbd4545274

plugin events: fixed invitation + set name and thumb_url from event element
author Goffi <goffi@goffi.org>
date Sat, 04 May 2019 00:06:41 +0200
parents b256e90612d0
children ab2696e34d29
line wrap: on
line diff
--- a/sat/plugins/plugin_exp_invitation.py	Sat May 04 00:05:11 2019 +0200
+++ b/sat/plugins/plugin_exp_invitation.py	Sat May 04 00:06:41 2019 +0200
@@ -125,7 +125,7 @@
         return mess_data, invitation_elt
 
     def sendPubsubInvitation(self, client, invitee_jid, service, node,
-                              item_id, name, extra):
+                             item_id, name, extra):
         """Send an pubsub invitation in a <message> stanza
 
         @param invitee_jid(jid.JID): entitee to send invitation to