mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix stub
This commit is contained in:
parent
ecfc2a3904
commit
89f472512f
@ -119,8 +119,8 @@ gboolean presence_sub_request_exists(const char * const bare_jid)
|
||||
}
|
||||
|
||||
// iq functions
|
||||
void iq_disable_carbons();
|
||||
void iq_enable_carbons();
|
||||
void iq_disable_carbons() {};
|
||||
void iq_enable_carbons() {};
|
||||
void iq_send_software_version(const char * const fulljid) {}
|
||||
|
||||
void iq_room_list_request(gchar *conferencejid)
|
||||
|
Loading…
Reference in New Issue
Block a user