diff options
author | Fishbone <fishbone@miranda-ng.org> | 2013-06-02 16:19:21 +0000 |
---|---|---|
committer | Fishbone <fishbone@miranda-ng.org> | 2013-06-02 16:19:21 +0000 |
commit | ab7e0b08fa8c31cf1d468ab4b3c660e2b1836811 (patch) | |
tree | 52977603ea0f431adff16573d3d5b46a95843c7f /protocols/WhatsApp/src/WhatsAPI++/README.md | |
parent | 8320783f99419db1e40346fdb292c19ee008948b (diff) |
Added WhatsApp-protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@4861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/README.md')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/README.md b/protocols/WhatsApp/src/WhatsAPI++/README.md new file mode 100644 index 0000000000..69e374a6ef --- /dev/null +++ b/protocols/WhatsApp/src/WhatsAPI++/README.md @@ -0,0 +1,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/.
|