Mercurial > libervia-backend
diff src/bridge/bridge_constructor/bridge_template.ini @ 512:862c0d6ab974
core, bridge, quick_frontend: MUC private messages history management:
- history now store message type
- sqlite3 storage: fixed resource management in getHistory
- bridge: added message type in getHistory return value
- quick_chats: (ugly) hacks to manage private history filtering/nickname printing
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 17 Oct 2012 00:35:48 +0200 |
parents | 65ecbb473cbb |
children | 8ee9113d307b |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini Tue Oct 16 01:22:40 2012 +0200 +++ b/src/bridge/bridge_constructor/bridge_template.ini Wed Oct 17 00:35:48 2012 +0200 @@ -462,14 +462,14 @@ type=method category=core sig_in=ssib -sig_out=a(dsss) +sig_out=a(dssss) param_3_default=True doc=Get history of a communication between two entities doc_param_0=from_jid: source JID (bare jid for catch all, full jid else) doc_param_1=to_jid: dest JID (bare jid for catch all, full jid else) doc_param_2=limit: max number of history elements to get (0 for the whole history) 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 -doc_return=Ordered list (by timestamp) of tuples (timestamp, full from_jid, full to_jid, message) +doc_return=Ordered list (by timestamp) of tuples (timestamp, full from_jid, full to_jid, message, type) [addContact] type=method