comparison src/bridge/bridge_constructor/bridge_template.ini @ 345:e6047415868d

Bridge: added updateContact method
author Goffi <goffi@goffi.org>
date Sat, 28 May 2011 20:24:02 +0200
parents 4402ac630712
children 312ca6f9d84a
comparison
equal deleted inserted replaced
344:f19771d2e63b 345:e6047415868d
400 param_1_default="@DEFAULT@" 400 param_1_default="@DEFAULT@"
401 doc=Add a contact to profile's roster 401 doc=Add a contact to profile's roster
402 doc_param_0=entity: JID to add to roster 402 doc_param_0=entity: JID to add to roster
403 doc_param_1=%(doc_profile_key)s 403 doc_param_1=%(doc_profile_key)s
404 404
405 [updateContact]
406 type=method
407 category=communication
408 sig_in=ssass
409 sig_out=
410 param_3_default="@DEFAULT@"
411 doc=update a contact in profile's roster
412 doc_param_0=entity: JID update in roster
413 doc_param_1=name: roster's name for the entity
414 doc_param_2=groups: list of group where the entity is
415 doc_param_3=%(doc_profile_key)s
416
405 [delContact] 417 [delContact]
406 type=method 418 type=method
407 category=communication 419 category=communication
408 sig_in=ss 420 sig_in=ss
409 sig_out= 421 sig_out=