comparison src/bridge/bridge_constructor/bridge_template.ini @ 399:3ed53803b3b3

core: added getLastResource method
author Goffi <goffi@goffi.org>
date Thu, 06 Oct 2011 21:16:03 +0200
parents c34fd9d6242e
children dd4caab17008
comparison
equal deleted inserted replaced
398:cb0285372818 399:3ed53803b3b3
254 doc_param_0=%(doc_profile_key)s 254 doc_param_0=%(doc_profile_key)s
255 doc_return=array of tuples with the following values: 255 doc_return=array of tuples with the following values:
256 - JID of the contact 256 - JID of the contact
257 - list of attributes as in [newContact] 257 - list of attributes as in [newContact]
258 - groups where the contact is 258 - groups where the contact is
259
260 [getLastResource]
261 type=method
262 category=core
263 sig_in=ss
264 sig_out=s
265 param_1_default="@DEFAULT@"
266 doc=Return the last resource connected for a contact
267 doc_param_0=contact_jid: jid of the contact
268 doc_param_1=%(doc_profile_key)s
269 doc_return=the last resource connected of the contact, or ""
259 270
260 [getPresenceStatus] 271 [getPresenceStatus]
261 type=method 272 type=method
262 category=core 273 category=core
263 sig_in=s 274 sig_in=s