comparison sat/plugins/plugin_misc_lists.py @ 4027:26c3e1bc7fb7

plugin XEP-0471: renamed "events" plugin to XEP-0471 now that there is a XEP
author Goffi <goffi@goffi.org>
date Thu, 30 Mar 2023 16:47:41 +0200
parents 6c5f0fbc519b
children 524856bd7b19
comparison
equal deleted inserted replaced
4026:fe4725bf42fb 4027:26c3e1bc7fb7
295 out_sign="(ss)", 295 out_sign="(ss)",
296 method=self._createTemplate, 296 method=self._createTemplate,
297 async_=True, 297 async_=True,
298 ) 298 )
299 299
300 async def onInvitationPreflight( 300 async def on_invitation_preflight(
301 self, 301 self,
302 client: SatXMPPEntity, 302 client: SatXMPPEntity,
303 namespace: str, 303 namespace: str,
304 name: str, 304 name: str,
305 extra: dict, 305 extra: dict,