comparison sat/bridge/bridge_constructor/bridge_template.ini @ 3079:f8cc88c773c8

core (memory/sqlite): added `before_uid` filter to retrieve history before a message UID
author Goffi <goffi@goffi.org>
date Thu, 05 Dec 2019 22:58:06 +0100
parents 2cc2f65379f7
children 7574f795bd1e
comparison
equal deleted inserted replaced
3078:95c94d94872d 3079:f8cc88c773c8
653 doc_param_4=filters: patterns to filter the history results, can be: 653 doc_param_4=filters: patterns to filter the history results, can be:
654 - body: pattern must be in message body 654 - body: pattern must be in message body
655 - search: pattern must be in message body or source resource 655 - search: pattern must be in message body or source resource
656 - types: type must be one of those, values are separated by spaces 656 - types: type must be one of those, values are separated by spaces
657 - not_types: type must not be one of those, values are separated by spaces 657 - not_types: type must not be one of those, values are separated by spaces
658 - before_uid: check only message received before message with given uid
658 doc_param_5=%(doc_profile)s 659 doc_param_5=%(doc_profile)s
659 doc_return=Ordered list (by timestamp) of data as in [messageNew] (without final profile) 660 doc_return=Ordered list (by timestamp) of data as in [messageNew] (without final profile)
660 661
661 [addContact] 662 [addContact]
662 type=method 663 type=method