Note:

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

Talk:Messaging 2.0

From MoodleDocs

Could you add some info about server configuration? Does the current work intend that a jabber daemon will be included in Moodle 2? If not, will an admin be able to select a jabber daemon to use? If the intent is to just provide jabber client service, what about config requirements beyond jabber ID? By way of example, if we assume that one is already running jabberd for example, how will the new subsystem interface with that server

Marc Grober 18:45, 5 February 2009 (CST)

Message_send replaced Events API

Since this commit: https://github.com/moodle/moodle/commit/7c7d3afab5767fa0e9a3bded9ff9294ea92b0c13#lib/messagelib.php

Messages are not sent via Events API. Made a small change to indicate the correct call, though I am not sure how the providers work yet. Would appreciate if someone could verify and/or correct what is needed. Caused quite a bit of confusion trying to catch message events when in fact they are never triggered any more :)

--Jason Robinson 14:55, 19 June 2012 (WST)