Mercurial > libervia-backend
comparison sat/bridge/bridge_constructor/bridge_template.ini @ 2698:5060cbeec01e
core: minor style/typos fixes
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 01 Dec 2018 10:04:17 +0100 |
parents | 4e130cc9bfc0 |
children | e347e32aa07f |
comparison
equal
deleted
inserted
replaced
2697:fcc945537d5f | 2698:5060cbeec01e |
---|---|
621 doc_param_2=limit: max number of history elements to get (0 for the whole history) | 621 doc_param_2=limit: max number of history elements to get (0 for the whole history) |
622 doc_param_3=between: True if we want history between the two jids (in both direction), False if we only want messages from from_jid to to_jid | 622 doc_param_3=between: True if we want history between the two jids (in both direction), False if we only want messages from from_jid to to_jid |
623 doc_param_4=filters: patterns to filter the history results, can be: | 623 doc_param_4=filters: patterns to filter the history results, can be: |
624 - body: pattern must be in message body | 624 - body: pattern must be in message body |
625 - search: pattern must be in message body or source resource | 625 - search: pattern must be in message body or source resource |
626 - types: type must one of those, values are separated by spaces | 626 - types: type must be one of those, values are separated by spaces |
627 - not_types: type must not be one of those, values are separated by spaces | 627 - not_types: type must not be one of those, values are separated by spaces |
628 doc_param_5=%(doc_profile)s | 628 doc_param_5=%(doc_profile)s |
629 doc_return=Ordered list (by timestamp) of data as in [messageNew] (without final profile) | 629 doc_return=Ordered list (by timestamp) of data as in [messageNew] (without final profile) |
630 | 630 |
631 [addContact] | 631 [addContact] |