[ADD/WIP] Temporary vCard avatard

Gajim still reacts weirdly.... also it leaks memory related to avatars,
so that sucks...
This commit is contained in:
LDA 2024-10-02 21:13:28 +02:00
commit d585134ce1
8 changed files with 43 additions and 27 deletions

View file

@ -63,7 +63,7 @@ CommandHead(CmdPlumb, cmd, argp)
if (chat_id)
{
char *rev = StrConcat(2, muc, "/parsee");
XMPPJoinMUC(args->data->jabber, "parsee", rev, false);
XMPPJoinMUC(args->data->jabber, "parsee", rev, NULL, false);
Free(rev);
}