comparison sat/plugins/plugin_exp_jingle_stream.py @ 4042:877145b4ba01

core: don't use `meta_` prefix anymore for `action_extra` in `action_new` signal.
author Goffi <goffi@goffi.org>
date Mon, 15 May 2023 16:20:50 +0200
parents 524856bd7b19
children
comparison
equal deleted inserted replaced
4041:2594e1951cf7 4042:877145b4ba01
253 self.host, 253 self.host,
254 _(CONFIRM).format(peer=session["peer_jid"].full()), 254 _(CONFIRM).format(peer=session["peer_jid"].full()),
255 _(CONFIRM_TITLE), 255 _(CONFIRM_TITLE),
256 type_=C.XMLUI_DIALOG_CONFIRM, 256 type_=C.XMLUI_DIALOG_CONFIRM,
257 action_extra={ 257 action_extra={
258 "meta_from_jid": session["peer_jid"].full(), 258 "from_jid": session["peer_jid"].full(),
259 "meta_type": "STREAM", 259 "type": "STREAM",
260 }, 260 },
261 security_limit=SECURITY_LIMIT, 261 security_limit=SECURITY_LIMIT,
262 profile=client.profile, 262 profile=client.profile,
263 ) 263 )
264 264