fix: allow adding own JID to roster (upstream 4c731f52)

This commit is contained in:
2026-03-31 19:39:28 +03:00
parent 6730719355
commit 1bf7324970
6 changed files with 54 additions and 11 deletions

View File

@@ -607,3 +607,9 @@ void
blocked_ac_reset(void)
{
}
GList*
connection_get_available_resources(void)
{
return NULL;
}