From a0aa26b6fa65ba625f4a6d3495a345c7120ff16d Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 27 Dec 2022 22:53:18 +0100 Subject: add `now` option to `/reconnect` command Signed-off-by: Steffen Jaeckel --- tests/unittests/xmpp/stub_xmpp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index f79aeb55..a7dc9ebf 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -38,6 +38,10 @@ session_connect_with_account(const ProfAccount* const account) return mock_type(jabber_conn_status_t); } +void +session_reconnect_now(void) +{ +} void session_disconnect(void) { -- cgit 1.4.1-2-gfad0 3668f7050474a290c03d834ee4b24abcd8'>this commit mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
blob: 8c94ebe65a6b1dd4c5def4e0e5614b8f473837e1 (plain) (tree)
1
2
3
4
5
6
7
8
9