comparison src/bridge/bridge_constructor/bridge_template.ini @ 504:65ecbb473cbb

core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard: - bridge: new bridge method getEntityData and signal entityDataUpdated - core: entityDataUpdated signal sent on new string data - quick frontend: fixed avatars/vcard infos, fixed _replace in quick_contact_list - plugin xep-0054: dropped updatedValue signal, use entities data instead
author Goffi <goffi@goffi.org>
date Wed, 26 Sep 2012 01:23:56 +0200
parents e9634d2e7b38
children 862c0d6ab974
comparison
equal deleted inserted replaced
503:10119c2a9d33 504:65ecbb473cbb
134 doc_param_0=answer_type: Same as for [actionResult] but with the following additional one: 134 doc_param_0=answer_type: Same as for [actionResult] but with the following additional one:
135 - DICT_DICT: As RESULT, but returned as a dictionary of dictionary 135 - DICT_DICT: As RESULT, but returned as a dictionary of dictionary
136 doc_param_1=id: Id of the action 136 doc_param_1=id: Id of the action
137 doc_param_2=data: answer_type specific data 137 doc_param_2=data: answer_type specific data
138 138
139 [updatedValue] 139 [entityDataUpdated]
140 type=signal 140 type=signal
141 category=core 141 category=core
142 sig_in=sa{ss}s 142 sig_in=ssss
143 doc=A value has been updated 143 doc=An entity's data has been updated
144 doc_param_0=name: Name of the updated value 144 doc_param_0=jid: entity's bare jid
145 doc_param_1=value: New value 145 doc_param_1=name: Name of the updated value
146 doc_param_2=%(doc_profile)s 146 doc_param_2=value: New value
147 doc_param_3=%(doc_profile)s
147 148
148 ;methods 149 ;methods
149 150
150 [getVersion] 151 [getVersion]
151 type=method 152 type=method
168 type=method 169 type=method
169 category=core 170 category=core
170 sig_in= 171 sig_in=
171 sig_out=as 172 sig_out=as
172 doc=Get all profiles 173 doc=Get all profiles
174
175 [getEntityData]
176 type=method
177 category=core
178 sig_in=sass
179 sig_out=a{ss}
180 doc=Get data for an entity
181 doc_param_0=jid: entity's bare jid
182 doc_param_1=keys: list of keys to get
183 doc_param_2=%(doc_profile)s
184 doc_return=dictionary of asked key,
185 if key doesn't exist, the resulting dictionary will neither have the key
173 186
174 [createProfile] 187 [createProfile]
175 deprecated= 188 deprecated=
176 type=method 189 type=method
177 category=core 190 category=core