Skip to content

Commit 5b38506

Browse files
committed
Merge branch 'v2' of github.com:chamilo/mobile-messaging into v2
2 parents 14796cd + 0837136 commit 5b38506

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chamilo LMS Mobile Messaging app
1+
Chamilo LMS mobile app
22
================================
33

44
This is a Cordova mobile app to get notifications of new messages from the
@@ -8,6 +8,7 @@ The finished application should:
88
* allow you to connect to one or more Chamilo LMS campuses
99
* notify you when you have a new message on the Chamilo LMS campus(es)
1010
* store your messages locally (but not allow you to answer just yet)
11+
* Review the principal tools for courses and sessions
1112

1213
Spirit of this project
1314
----------------------
@@ -27,7 +28,7 @@ First, clone this repository
2728

2829

2930
```
30-
git clone git@github.com:chamilo/mobile-messaging.git
31+
git clone git@github.com:chamilo/mobile.git
3132
cd mobile-messaging
3233
```
3334

@@ -41,6 +42,8 @@ Add the plugins
4142
```
4243
cordova plugin add cordova-plugin-network-information
4344
cordova plugin add phonegap-plugin-push
45+
cordova plugin add cordova-plugin-file
46+
cordova plugin add cordova-plugin-file-transfer
4447
```
4548

4649
Build an Android APK
@@ -58,7 +61,9 @@ cordova run android
5861
Enable Chamilo notification pushing
5962
-----------------------------------
6063

61-
If you'd like to use push notifications (only tested on Android and only available from Chamilo v1.10.4), you will have to enable and set the following parameters in your Chamilo server's configuration file:
64+
If you'd like to use push notifications (only tested on Android and only available from Chamilo v1.10.4), you will have to enable and set the following parameters in your Chamilo server's:
65+
66+
For Chamilo v1.10.4
6267
```
6368
//Allow send a push notification when an email are sent
6469
//$_configuration['messaging_allow_send_push_notification'] = 'true';
@@ -68,6 +73,9 @@ If you'd like to use push notifications (only tested on Android and only availab
6873
//$_configuration['messaging_gdc_api_key'] = '';
6974
```
7075

76+
For Chamilo v1.11.x
77+
Fill the settings about the Web Services category in Configuration Settings (in administration page)
78+
7179
Contributing
7280
------------
7381

0 commit comments

Comments
 (0)