MUC: Add voice request

closes https://github.com/profanity-im/profanity/issues/1211
This commit is contained in:
Thorben Günther
2021-03-12 12:55:19 +01:00
parent dbd8657759
commit ec6f9df486
8 changed files with 92 additions and 3 deletions

View File

@@ -213,6 +213,11 @@ message_send_invite(const char* const room, const char* const contact,
{
}
void
message_request_voice(const char* const roomjid)
{
}
bool
message_is_sent_by_us(const ProfMessage* const message, bool checkOID)
{