mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 20:26:21 +00:00
15 lines
598 B
C
15 lines
598 B
C
/*
|
|
* test_chat_session.h
|
|
*
|
|
* Copyright (C) 2015 James Booth <boothj5@gmail.com>
|
|
* Copyright (C) 2026 - 2026 Michael Vetter <jubalh@iodoru.org>
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
void sends_message_to_barejid_when_contact_offline(void** state);
|
|
void sends_message_to_barejid_when_contact_online(void** state);
|
|
void sends_message_to_fulljid_when_received_from_fulljid(void** state);
|
|
void sends_subsequent_messages_to_fulljid(void** state);
|
|
void resets_to_barejid_after_presence_received(void** state);
|
|
void new_session_when_message_received_from_different_fulljid(void** state);
|