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:
authorIvan Sein <ivan@struktur.de>2017-10-26 13:13:55 +0300
committerGitHub <noreply@github.com>2017-10-26 13:13:55 +0300
commit9928c4d198e5c362408e5e91ddd085b07e2cad46 (patch)
tree5c66e67aae9a0315134c926370b7ce868745b0db /appinfo
parenta54f2769b07293e095ac1561b8f55c2f20203b48 (diff)
parentacfe3a39ddd956859eaa0c616b31d198dd3af050 (diff)
Merge pull request #444 from nextcloud/talk
Talk
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php22
-rw-r--r--appinfo/info.xml10
2 files changed, 5 insertions, 27 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 35b7e4fb8..4413cb5e3 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -20,23 +20,5 @@
*/
$app = new \OCA\Spreed\AppInfo\Application();
-$app->registerHooks();
-
-// For the navigation $l->t('Video calls')
-
-$manager = \OC::$server->getNotificationManager();
-$manager->registerNotifier(function() {
- return \OC::$server->query(\OCA\Spreed\Notification\Notifier::class);
-}, function() {
- $l = \OC::$server->getL10N('spreed');
-
- return [
- 'id' => 'spreed',
- 'name' => $l->t('Video calls'),
- ];
-});
-
-\OC::$server->getUserManager()->listen('\OC\User', 'postDelete', function ($user) {
- $listener = \OC::$server->query(\OCA\Spreed\HookListener::class);
- $listener->deleteUser($user);
-});
+// For the navigation $l->t('Talk')
+$app->register();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b7f393acf..1795b53b3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<info>
<id>spreed</id>
- <name>Video calls</name>
+ <name>Talk</name>
<summary><![CDATA[Video & audio-conferencing using WebRTC]]></summary>
<description><![CDATA[Video & audio-conferencing using WebRTC
-* πŸ‘₯ **Private, group and public calls!** Just invite somebody, a whole group or send a public link to invite to a call.
+* πŸ‘₯ **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.
* πŸ’» **Screen sharing!** Share your screen with participants of your call.
* πŸš€ **Integration with other Nextcloud apps!** Currently Contacts and users – more to come.
* πŸ™ˆ **We’re not reinventing the wheel!** Based on the great [simpleWebRTC](https://simplewebrtc.com/) library.
@@ -15,10 +15,6 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
* πŸ’¬ [Chat integration](https://github.com/nextcloud/spreed/issues/35)
* βœ‹ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
-**Known issues:**
-
-* [HTTP/2.0 is currently not supported](https://github.com/nextcloud/spreed/issues/225)
-
]]></description>
<licence>AGPL</licence>
@@ -54,7 +50,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<navigations>
<navigation>
- <name>Video calls</name>
+ <name>Talk</name>
<route>spreed.Page.index</route>
<order>3</order>
</navigation>