mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Add MAM test stubs
This commit is contained in:
parent
688191f5e1
commit
e5f506a200
@ -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_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_mark_received(ProfWin* window, const char* const id){};
|
||||||
void win_print_http_transfer(ProfWin* window, const char* const message, char* url){};
|
void win_print_http_transfer(ProfWin* window, const char* const message, char* url){};
|
||||||
|
void win_print_loading_history(ProfWin* window){};
|
||||||
|
|
||||||
void
|
void
|
||||||
ui_show_roster(void)
|
ui_show_roster(void)
|
||||||
|
@ -426,6 +426,11 @@ iq_muc_register_nick(const char* const roomjid)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
iq_mam_request(ProfChatWin* win, GDateTime* enddate)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
publish_user_mood(const char* const mood, const char* const text)
|
publish_user_mood(const char* const mood, const char* const text)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user