Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 2443:81a45e7886c9
core: added a mechanism to associate short names to namespaces:
- new internal registerNamespace can be used by a plugin to associate a short name to a namespace
- new NamespacesGet bridge method retrieve those associations
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 19 Nov 2017 16:46:07 +0100 |
parents | f047d5410040 |
children | 7da86e1633a5 |
comparison
equal
deleted
inserted
replaced
2442:b8ffb7f8056b | 2443:81a45e7886c9 |
---|---|
761 doc=Get various informations on current profile session | 761 doc=Get various informations on current profile session |
762 doc_param_0=%(doc_profile_key)s | 762 doc_param_0=%(doc_profile_key)s |
763 doc_return=session informations, with at least the following keys: | 763 doc_return=session informations, with at least the following keys: |
764 jid: current full jid | 764 jid: current full jid |
765 started: date of creation of the session (Epoch time) | 765 started: date of creation of the session (Epoch time) |
766 | |
767 [namespacesGet] | |
768 type=method | |
769 category=core | |
770 sig_in= | |
771 sig_out=a{ss} | |
772 doc=Get a dict to short name => whole namespaces | |
773 doc_return=namespaces mapping |