comparison src/bridge/bridge_constructor/bridge_template.ini @ 1599:e2ed8009e66e

backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2015 19:21:56 +0100
parents a3d0cfa5b7a6
children 5b24d6bf5d15
comparison
equal deleted inserted replaced
1598:b144babc2658 1599:e2ed8009e66e
110 doc_param_3=%(doc_profile)s 110 doc_param_3=%(doc_profile)s
111 111
112 [actionNew] 112 [actionNew]
113 type=signal 113 type=signal
114 category=core 114 category=core
115 sig_in=a{ss}ss 115 sig_in=a{ss}sis
116 doc=A frontend action is requested 116 doc=A frontend action is requested
117 doc_param_0=action_data: a dict where key can be: 117 doc_param_0=action_data: a dict where key can be:
118 - xmlui: a XMLUI need to be displayed 118 - xmlui: a XMLUI need to be displayed
119 - progress: a progress id
120 - meta_*: meta information on the action, used to make automation more easy,
121 some are defined below
122 - meta_from_jid: origin of the request
123 - meta_type: type of the request, can be one of:
124 - C.META_TYPE_FILE: a file transfer request validation
125 - C.META_TYPE_OVERWRITE: a file overwriting confirmation
126 - meta_progress_id: progress id linked to this action
119 doc_param_1=id: action id 127 doc_param_1=id: action id
120 This id can be used later by frontends to announce to other ones 128 This id can be used later by frontends to announce to other ones
121 That the action is managed and can now be ignored. 129 That the action is managed and can now be ignored.
122 doc_param_2=%(doc_profile)s 130 doc_param_2=%(doc_security_limit)s
131 doc_param_3=%(doc_profile)s
123 132
124 [actionResult] 133 [actionResult]
125 deprecated= 134 deprecated=
126 type=signal 135 type=signal
127 category=core 136 category=core