Moodle Mobile - Benachrichtigungen: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{Mobile}}
{{Mobile}}


== Mitteilungstypen ==
Die Moodle Mobile App benutzt zwei Arten von Mitteilungen: lokal und push
Die Moodle Mobile App benutzt zwei Typen von Mitteilungen: lokal und push


== Lokale Mitteilungen ==
== Lokale Mitteilungen ==
Zeile 12: Zeile 11:


== Push-Mitteilungen ==
== Push-Mitteilungen ==
Push notifications are all notifications related to the [[Messaging|messaging system]] in Moodle, such as notifications of [[Using Messaging|instant messages]], new forum posts, submitted assignments etc.
Push notifications are all notifications related to the [[Messaging|messaging system]] in Moodle, such as notifications of [[Using Messaging|instant messages]], new forum posts, submitted assignments etc.


Push notifications need to be enabled by a site administrator and configured by users in their messaging profile settings (''Administration > My profile settings > Messaging'').
Push notifications need to be enabled by a site administrator and configured by users in their messaging profile settings (''Administration > My profile settings > Messaging'').


===Enabling push notifications===
=== Push-Mitteilungen aktivieren ===
 
Note: If your Moodle installation is 2.6 or below, you will need to install the [https://moodle.org/plugins/view.php?plugin=message_airnotifier Mobile notifications plugin]. For Moodle 2.7 and onwards you just need to enable the plugin. For Moodle versions 2.4 and 2.5 the [[Moodle Mobile additional features]] plugin must also be installed. (See note marked * below.)
Note: If your Moodle installation is 2.6 or below, you will need to install the [https://moodle.org/plugins/view.php?plugin=message_airnotifier Mobile notifications plugin]. For Moodle 2.7 and onwards you just need to enable the plugin. For Moodle versions 2.4 and 2.5 the [[Moodle Mobile additional features]] plugin must also be installed. (See note marked * below.)


Zeile 27: Zeile 24:
<nowiki>*</nowiki> Only for Moodle from 2.7 and onwards: If you upgrade your Moodle installation, you will have to reinstall the plugin since it adds a couple of functions to the core Moodle Mobile service. See https://tracker.moodle.org/browse/MDLSITE-2815?focusedCommentId=273741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-27374 for more information.
<nowiki>*</nowiki> Only for Moodle from 2.7 and onwards: If you upgrade your Moodle installation, you will have to reinstall the plugin since it adds a couple of functions to the core Moodle Mobile service. See https://tracker.moodle.org/browse/MDLSITE-2815?focusedCommentId=273741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-27374 for more information.


=== Event Reminders plugin===
=== Event Reminders plugin ===
 
Push notifications can also include calendar event notifications, however this requires the [https://moodle.org/plugins/view/local_reminders Event Reminders plugin] to be installed on the Moodle site.
Push notifications can also include calendar event notifications, however this requires the [https://moodle.org/plugins/view/local_reminders Event Reminders plugin] to be installed on the Moodle site.


The Event Reminders plugin will automatically send reminders for Moodle calendar events in a timely manner via Moodle message interface. It also allows users to control how they receive messages for each type of event in the Moodle calendar.
The Event Reminders plugin will automatically send reminders for Moodle calendar events in a timely manner via Moodle message interface. It also allows users to control how they receive messages for each type of event in the Moodle calendar.


=== Installing your own notifications infrastructure ===
=== Installation einer eigene Infrastruktur für Mitteilungen ===
 
If you have a customized version of the Moodle Mobile app, or you want to use your own notifications infrastructure, you will have to install a private [http://airnotifier.github.io AirNotifier] (backend server for notifications).
If you have a customized version of the Moodle Mobile app, or you want to use your own notifications infrastructure, you will have to install a private [http://airnotifier.github.io AirNotifier] (backend server for notifications).


Zeile 49: Zeile 44:




== Installation ==
# Installieren Sie [https://moodle.org/plugins/view.php?plugin=message_airnotifier dieses Plugin] in 2.4, 2.5 or 2.6* (oder aktivieren Sie es in 2.7) 
# Connect it to a mesaging server, you can use ours in case your Moodle site is registered. Go to Site administration /Plugins /Message outputs /Mobile Notifications and click in Request access key
# Users need to connect at least once with the latest version of the app to register their phones with your site. 
# Users can configure notificiations in the Moodle messaging preferences (Administration / My profile settings / Messaging)
* Für Moodle 2.4 und 2.5 muss außerdem [[Moodle Mobile - Lokales Plugin]] installiert sein.
** Only for Moodle different to 2.7 and onwards: If you upgrade your Moodle installation, you will have to reinstall the plugin since it add a couple of functions to the core Moodle Mobile service. See https://tracker.moodle.org/browse/MDLSITE-2815?focusedCommentId=273741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-273741 for more information
== Installation einer eigene Infrastruktur für Mitteilungen ==
If you have a customized version of the Mobile app, or you want to use your own Notifications infrastructure then you have to install a private [http://airnotifier.github.io AirNotifier] (backend server for notifciations)
You have to add your app certificates there, see https://github.com/airnotifier/airnotifier/wiki/Installation
The message AirNotifier plugin allow you to point to your custom AirNotifier instance using your own access keys
Remember to install using GIT (branch moodle)


== Siehe auch ==
== Siehe auch ==

Version vom 25. Juli 2015, 16:10 Uhr


Die Moodle Mobile App benutzt zwei Arten von Mitteilungen: lokal und push

Lokale Mitteilungen

Lokale Mitteilungen sind Terminmitteilungen aus dem Moodle-Kalender.

Lokale Mitteilungen sind standardmäßig aktiviert und Sie müssen nichts einstellen. Jedes Mal, wenn Sie die Moodle Mobile App öffnen, werden die Termine synchronisiert und alte Termine werden entfernt. Beachten Sie, dass Gruppentermine bisher nicht unterstützt werden.

Lokale Mitteilungen können in der App deaktiviert werden, und zwar über Einstellungen > Allgemein oder individuell für jeden Termin über die Option 'Termine' im Hauptmenü.

Push-Mitteilungen

Push notifications are all notifications related to the messaging system in Moodle, such as notifications of instant messages, new forum posts, submitted assignments etc.

Push notifications need to be enabled by a site administrator and configured by users in their messaging profile settings (Administration > My profile settings > Messaging).

Push-Mitteilungen aktivieren

Note: If your Moodle installation is 2.6 or below, you will need to install the Mobile notifications plugin. For Moodle 2.7 and onwards you just need to enable the plugin. For Moodle versions 2.4 and 2.5 the Moodle Mobile additional features plugin must also be installed. (See note marked * below.)

Push notifications can be enabled by an administrator by connecting their Moodle site to a messaging server such https://messages.moodle.net (available for registered Moodle sites only). An access key can be obtained via Administration > Site administration > Plugins > Message outputs > Mobile Notifications. (If you have problems requesting the access key, please fill in the Airnotifier access key manual request form. Your site registration will be checked and you will be sent an access key in a few days if everything is correct.)

Users then need to connect at least once with the latest version of the Moodle Mobile app in order to register their phones with the Moodle site.

* Only for Moodle from 2.7 and onwards: If you upgrade your Moodle installation, you will have to reinstall the plugin since it adds a couple of functions to the core Moodle Mobile service. See https://tracker.moodle.org/browse/MDLSITE-2815?focusedCommentId=273741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-27374 for more information.

Event Reminders plugin

Push notifications can also include calendar event notifications, however this requires the Event Reminders plugin to be installed on the Moodle site.

The Event Reminders plugin will automatically send reminders for Moodle calendar events in a timely manner via Moodle message interface. It also allows users to control how they receive messages for each type of event in the Moodle calendar.

Installation einer eigene Infrastruktur für Mitteilungen

If you have a customized version of the Moodle Mobile app, or you want to use your own notifications infrastructure, you will have to install a private AirNotifier (backend server for notifications).

https://messages.moodle.net uses a slightly modified version of Airnotifier: https://github.com/jleyva/airnotifier/tree/moodle2.

You will have to add your app certificates - see https://github.com/airnotifier/airnotifier/wiki/Installation for further information.

The Airnotifier message plugin allows you to point to your custom Airnotifier instance using your own access keys.

Remember to install using GIT (repository https://github.com/jleyva/airnotifier.git branch moodle2).


Siehe auch