Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1414:159d16336f87
core, bridge, jp: management of service discovery extensions (XEP-0128)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 17 Apr 2015 22:59:35 +0200 |
parents | 3a20312d4012 |
children | 846577ff8b8f |
comparison
equal
deleted
inserted
replaced
1413:e5393b12dd0f | 1414:159d16336f87 |
---|---|
612 [discoInfos] | 612 [discoInfos] |
613 async= | 613 async= |
614 type=method | 614 type=method |
615 category=core | 615 category=core |
616 sig_in=ss | 616 sig_in=ss |
617 sig_out=(asa(sss)) | 617 sig_out=(asa(sss)a{sa(a{ss}as)}) |
618 doc=Discover infos on an entity | 618 doc=Discover infos on an entity |
619 doc_param_0=entity_jid: JID to discover | 619 doc_param_0=entity_jid: JID to discover |
620 doc_param_1=%(doc_profile_key)s | 620 doc_param_1=%(doc_profile_key)s |
621 doc_return=discovery data | 621 doc_return=discovery data: |
622 - list of features | |
623 - list of identities (category, type, name) | |
624 - dictionary of extensions (FORM_TYPE as key), with value of: | |
625 - list of field which are: | |
626 - dictionary key/value where key can be: | |
627 * var | |
628 * label | |
629 * type | |
630 - list of values | |
622 | 631 |
623 [discoItems] | 632 [discoItems] |
624 async= | 633 async= |
625 type=method | 634 type=method |
626 category=core | 635 category=core |