Prevent crash with malformed JID in /sub command #23

Manually merged
jabber.developer merged 2 commits from fix/caps-crash into master 2025-09-01 22:32:20 +00:00
5 changed files with 22 additions and 1 deletions
Showing only changes of commit 741dc4c275 - Show all commits

View File

@@ -289,7 +289,7 @@ void cons_show_disco_info(const char* from, GSList* identities, GSList* features
void cons_show_disco_contact_information(GHashTable* addresses);
void cons_show_qrcode();
void cons_show_qrcode(const char* const text);
void cons_show_room_invite(const char* const invitor, const char* const room, const char* const reason);
void cons_check_version(gboolean not_available_msg);