comparison 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
comparison
equal deleted inserted replaced
511:62f7f2403093 512:862c0d6ab974
460 [getHistory] 460 [getHistory]
461 async= 461 async=
462 type=method 462 type=method
463 category=core 463 category=core
464 sig_in=ssib 464 sig_in=ssib
465 sig_out=a(dsss) 465 sig_out=a(dssss)
466 param_3_default=True 466 param_3_default=True
467 doc=Get history of a communication between two entities 467 doc=Get history of a communication between two entities
468 doc_param_0=from_jid: source JID (bare jid for catch all, full jid else) 468 doc_param_0=from_jid: source JID (bare jid for catch all, full jid else)
469 doc_param_1=to_jid: dest JID (bare jid for catch all, full jid else) 469 doc_param_1=to_jid: dest JID (bare jid for catch all, full jid else)
470 doc_param_2=limit: max number of history elements to get (0 for the whole history) 470 doc_param_2=limit: max number of history elements to get (0 for the whole history)
471 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 471 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
472 doc_return=Ordered list (by timestamp) of tuples (timestamp, full from_jid, full to_jid, message) 472 doc_return=Ordered list (by timestamp) of tuples (timestamp, full from_jid, full to_jid, message, type)
473 473
474 [addContact] 474 [addContact]
475 type=method 475 type=method
476 category=core 476 category=core
477 sig_in=ss 477 sig_in=ss