feat(caps): add cache clearing to /caps

Add /caps clear to wipe the local capabilities cache.
Implement autocomplete for new subcommand.
This commit is contained in:
2026-07-09 15:19:07 +00:00
parent 756d4e18cf
commit b34faa2099
6 changed files with 71 additions and 4 deletions

View File

@@ -500,6 +500,11 @@ caps_jid_has_feature(const char* const jid, const char* const feature)
return FALSE;
}
void
caps_cache_clear(void)
{
}
gboolean
bookmark_add(const char* jid, const char* nick, const char* password, const char* autojoin_str, const char* name)
{