Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Messaging custom components: Difference between revisions

From MoodleDocs
(Created page with "Since Moodle 2.0 it has been possible to easily integrate your own custom components into the Moodle messaging system. There are two types of components you may wish to implement...")
(No difference)

Revision as of 07:38, 14 July 2011

Since Moodle 2.0 it has been possible to easily integrate your own custom components into the Moodle messaging system. There are two types of components you may wish to implement.

  • message providers - These create new messages and send them via the messaging system.
  • message processors - These are optionally used by message recipients and receive and process messages sent to that user.