Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-09 14:34:04 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-09 14:34:04 +0300
commit4669f73022c6713cf055bab442b0797147af8b24 (patch)
tree0dc0b3445cab86f6c6843c2674b14ea1409ec563 /appinfo
parent48b4b073aefae1fe0bcc9dd8e63d2e942245e42d (diff)
Expire signaling messages that are older than 5 minutes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9e23c7441..5ea2f6cee 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -82,7 +82,12 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<step>OCA\Spreed\Migration\FillRoomTokens</step>
</post-migration>
</repair-steps>
+
<contactsmenu>
<provider>OCA\Spreed\ContactsMenu\Providers\CallProvider</provider>
</contactsmenu>
+
+ <background-jobs>
+ <job>OCA\Spreed\BackgroundJob\ExpireSignalingMessage</job>
+ </background-jobs>
</info>