Moodle Plugins directory: Pushover | Moodle.org

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!
Latest release:
3 sites
1 downloads
8 fans
Current versions available: 1
A message provider that allows push notifications via the pushover.net service.
Admins, get notifications of backup processes, errors, login issues, etc.
Teachers, get notifications of submissions, etc.
Students, get notifications of deadlines and much more.
Push notifications to Android and iOS devices easily!
NOTE: You will need to have purchased the Android or iOS Pushover application for your preferred device before you can receive notifications.
Useful links
Contributors
Jason Fowler (Lead maintainer)
Please login to view contributors details and/or to contact them
I tried this out by creating a free account at pushover.net, installing and configuring this (app key as well as user key for my user) without issues on 2.5.
However after i enabled messages to be sent via pushover i faced a :
"{"device":"invalid","errors":["device is invalid or user has no enabled devices"],"status":0,"request":"34534.....eaf26"} - perhaps i'm supposed to configure more things? or install other applications and devices. (pushover has my email but i didn't receive notifications via email which seems to suggest device notifications only?)
This may be a good time to perhaps link to some documentation to help get users started on this.
While we're on urls,
consider adding, via 'Edit this plugin' :
- documentation url
- code repository url
- issue tracker url
Hopefully we can get this shared soon and well!
Maturity information ($plugin->maturity) not found in version.php
Also, I noticed the copyright indicates All Rights Reserved which I believe in contrary to GPL. Would you mind removing the All Rights Reserved statement from all of the files?
I also like to encourage folks to follow the Moodle recommended Github repository naming convention for their plugins which is moodle-{plugintype}_{pluginname}. Would you mind renaming the repository to moodle-message_pushover.
Thanks for your attention to these details. For the moment, I am going to mark this plugin as needing more work; however, once you get things tidied up we can schedule it for another look and hopefully get it promptly approved.
Peace - Anthony
http://docs.moodle.org/dev/Messaging_2.0#Message_types_.28providers.29
and
http://docs.moodle.org/dev/Messaging_2.0#Message_outputs_.28processors.29
There is a distinction made between Message types (providers) and Message outputs (processors). You mentioned that this is a message type provider in the description; however, I suspect it is really a message output processor. When you can, would you mind checking to see if that might be updated to avoid confusion? Peace - Anthony