1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
This commit is contained in:
Olivier LE MOAL 2015-02-03 19:09:37 +01:00
parent ecfc2a3904
commit 89f472512f

View File

@ -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)