mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
MDL-47847 Web Services: Add messaging functions to the mobile service
This commit is contained in:
parent
8950e7f535
commit
0c5481e43d
@ -968,7 +968,13 @@ $services = array(
|
||||
'mod_forum_get_forum_discussions_paginated',
|
||||
'mod_forum_get_forum_discussion_posts',
|
||||
'core_files_get_files',
|
||||
'core_message_get_messages'),
|
||||
'core_message_get_messages',
|
||||
'core_message_create_contacts',
|
||||
'core_message_delete_contacts',
|
||||
'core_message_block_contacts',
|
||||
'core_message_unblock_contacts',
|
||||
'core_message_get_contacts',
|
||||
'core_message_search_contacts'),
|
||||
'enabled' => 0,
|
||||
'restrictedusers' => 0,
|
||||
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2014102200.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2014102200.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user