comparison sat/bridge/bridge_constructor/bridge_template.ini @ 2892:82b781c46841

core: added a rosterResync method to bridge: rosterResync do a full resynchronisation of roster with server. This should not be needed, but may be useful if user suspect a sync issue for whatever reason.
author Goffi <goffi@goffi.org>
date Sun, 07 Apr 2019 18:49:41 +0200
parents eb9fa72eb62b
children c7c52c0dc13a
comparison
equal deleted inserted replaced
2891:6a0f42e9410a 2892:82b781c46841
689 sig_out= 689 sig_out=
690 param_1_default="@DEFAULT@" 690 param_1_default="@DEFAULT@"
691 doc=Remove a contact from profile's roster 691 doc=Remove a contact from profile's roster
692 doc_param_0=entity_jid: JID to remove from roster 692 doc_param_0=entity_jid: JID to remove from roster
693 doc_param_1=%(doc_profile_key)s 693 doc_param_1=%(doc_profile_key)s
694
695 [rosterResync]
696 async=
697 type=method
698 category=core
699 sig_in=s
700 sig_out=
701 param_0_default="@DEFAULT@"
702 doc=Do a full resynchronisation of roster with server
703 doc_param_0=%(doc_profile_key)s
694 704
695 [launchAction] 705 [launchAction]
696 async= 706 async=
697 type=method 707 type=method
698 category=core 708 category=core