mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[MOD] Make vcard-avatars XEP-0421 tier
This commit is contained in:
parent
f743a33643
commit
db10a70313
6 changed files with 89 additions and 4 deletions
|
|
@ -75,6 +75,7 @@ Main(void)
|
|||
|
||||
Log(LOG_NOTICE, "Creating volatile tables...");
|
||||
ParseeInitialiseJIDTable();
|
||||
ParseeInitialiseOIDTable();
|
||||
ParseeInitialiseHeadTable();
|
||||
|
||||
Log(LOG_NOTICE, "Setting up local Matrix user...");
|
||||
|
|
@ -125,6 +126,7 @@ end:
|
|||
CronStop(cron);
|
||||
CronFree(cron);
|
||||
ParseeFreeData(conf.handlerArgs);
|
||||
ParseeDestroyOIDTable();
|
||||
ParseeDestroyHeadTable();
|
||||
ParseeDestroyJIDTable();
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue