Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini Sat May 28 20:23:41 2011 +0200 +++ b/src/bridge/bridge_constructor/bridge_template.ini Sat May 28 20:24:02 2011 +0200 @@ -402,6 +402,18 @@ doc_param_0=entity: JID to add to roster doc_param_1=%(doc_profile_key)s +[updateContact] +type=method +category=communication +sig_in=ssass +sig_out= +param_3_default="@DEFAULT@" +doc=update a contact in profile's roster +doc_param_0=entity: JID update in roster +doc_param_1=name: roster's name for the entity +doc_param_2=groups: list of group where the entity is +doc_param_3=%(doc_profile_key)s + [delContact] type=method category=communication