mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 10:46:21 +00:00
security(CWE-134): fix format string injections + add CI check fix(ui): subwindow lifecycle, newwin/newpad guards, fallback timestamps fix(db): sqlite cleanup on failures, sqlite3_close_v2 fix(xmpp): queued_messages loop, barejid leak perf(core): g_hash_table_iter_init instead of g_hash_table_get_keys refactor(ui): CLAMP macro in _check_subwin_width test: XEP-0012 and XEP-0045 functional tests Author: jabber.developer2 Closes #58, #85
8 lines
183 B
C
8 lines
183 B
C
/*
|
|
* test_lastactivity.h
|
|
* Header for Last Activity tests (XEP-0012)
|
|
*/
|
|
|
|
void responds_to_last_activity_request(void **state);
|
|
void last_activity_request_to_contact(void **state);
|