Added push, image support to prosody

This commit is contained in:
2026-02-23 14:47:57 -05:00
parent b9c78b2694
commit de0d091658
23 changed files with 7753 additions and 285 deletions

View File

@@ -1,5 +1,7 @@
return {
["tokenauth/clear_expired_grants"] = 1771832870;
["http_file_share/remove_expired_files"] = 1771869925;
["mam/remove_expired_messages"] = 1771832870;
["tokenauth/clear_expired_grants"] = 1771832870;
["user_account_management/remove_deleted_accounts"] = 1771832870;
["http_file_share/calculate_total_storage_usage"] = 1771869925;
};

View File

@@ -0,0 +1,3 @@
return {
["total"] = 0;
};