blob: 69e374a6efd0d32e15799d47a29fb743665ac09c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
This library can be used for creating WhatsApp-clients and is based on the MojoWhatsup-project written by Antonio Morales. The original source code has been modified by Uli Hecht.
-------------------------------------------------------------------------------------------------
ORIGINAL "README.MD" BELOW
-------------------------------------------------------------------------------------------------
MojoWhatsup
===========
MojoWhatsup is an IM application for Webos that allows you to chat with your Whatsapp friends
MojoWhatsup has been developed as a Webos hybrid app, i.e. a javascript webos app (based in Mojo framework)
and a plugin (mojowhatsup_service_plugin) in C++. The plugin supports all Whatsapp communication API.
Contact: Antonio Morales <amoralico@gmail.com>
License:
Copyright (c) 2012, Antonio Morales <amoralico@gmail.com>
MojoWhatsup is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation,
either version 2 of the License, or (at your option) any later version.
MojoWhatsup is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with MojoWhatsup.
If not, see http://www.gnu.org/licenses/.
|