1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Add MAM test stubs

This commit is contained in:
Michael Vetter 2022-10-21 16:47:03 +02:00
parent 688191f5e1
commit e5f506a200
2 changed files with 6 additions and 0 deletions

View File

@ -491,6 +491,7 @@ mucwin_unset_message_char(ProfMucWin* mucwin)
void win_update_entry_message(ProfWin* window, const char* const id, const char* const message){};
void win_mark_received(ProfWin* window, const char* const id){};
void win_print_http_transfer(ProfWin* window, const char* const message, char* url){};
void win_print_loading_history(ProfWin* window){};
void
ui_show_roster(void)

View File

@ -426,6 +426,11 @@ iq_muc_register_nick(const char* const roomjid)
{
}
void
iq_mam_request(ProfChatWin* win, GDateTime* enddate)
{
}
void
publish_user_mood(const char* const mood, const char* const text)
{