Pushover

Notifications ::: message_pushover
Maintained by Jason Fowler
A message provider that allows push notifications via the pushover.net service. Push notifications to Android and iOS devices with ease!

Pushover 1.0 (Build: 2013091004)

Moodle 2.5
Released: Friday, 13 September 2013, 12:45 PM
/**
*
* Pushover for Moodle is distributed as GPLv3 software, and is provided free of charge without warranty
* A full copy of this licence can be found @ http://www.gnu.org/licenses/gpl.html
*
* @package message_pushover
* @author Jason Fowler
* @copyright Copyright © 2013 Jason Fowler.
* @license http://www.gnu.org/licenses/gpl.html GNU General Public Licence v3 (See code header for additional terms)
*/

This plugin is a message provider that allows push notifications via the pushover.net service. An app token is required from pushover.net to allow for messages to be sent to your client devices. Each client device needs the client application (available from the Google Play store or Apple iTunes store for a small fee) and a user token to work correctly.

Once installed, configure the message provider with the app token, and the users who wish to recieve push notifications with a user token. Then configure which messages are to be sent as push notifications. All done!

Version information

Version build number
2013091004
Version release name
1.0 (Build: 2013091004)
Maturity
Beta
MD5 Sum
f9a638b3e1b627be638e9c0cfaf216e2
Supported software
PHP 5.3, Moodle 2.5
  • Latest release for Moodle 2.5

Version control information

Version control system (VCS)
Other...
VCS repository URL

Default installation instructions for plugins of the type Notifications

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mymessageoutput") in the "message/output" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation