Influence/README.md

82 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

<p align="center">
<h1 align="center">Influence</h1>
<p align="center">
2020-09-14 21:27:37 +00:00
<b>WARNING! This project is not maintained anymore!</b><br><br>
2019-05-27 04:36:26 +00:00
<i>The free of influence</i> <br><br>
2019-05-27 07:18:41 +00:00
<img src="resources/icon.svg" alt="" height="59" width=""><br>
2020-09-14 21:27:37 +00:00
This is a simple, beautiful XMPP/Jabber client for Android.<br>
</p>
</p>
<!-- Used for the "back to top" links within the document -->
<div id="contents"></div>
## Table of Contents
- [Intro](#intro)
- [Screenshots](#screenshots)
- [Getting started](#getting-started)
- [Features](#features)
- [Useful links](#useful-links)
- [License](#license)
- [Author](#author)
## Intro
*[Soon]*
## Screenshots
<img src="resources/Screenshot1.png" alt="" height="500" width=""> <img src="resources/Screenshot2.png" alt="" height="500" width=""> <img src="resources/Screenshot3.png" alt="" height="500" width=""> <img src="resources/Screenshot4.png" alt="" height="500" width="">
## Getting started
1. Clone repo:
```bash
2019-05-23 15:36:19 +00:00
$ git clone https://github.com/ChronosX88/Influence.git
$ cd Influence
```
2. Simply open project in Android Studio.
(Also exists precompiled APKs - see Releases)
<sub>[⇧ back to top](#contents)</sub>
## Features
- 1:1 chats
2019-05-30 11:30:52 +00:00
- User presence
- Showing images in chat (currently unstable)
2019-05-23 15:38:02 +00:00
- Avatars
2019-05-27 04:36:26 +00:00
- Message history synchronization (MAM, XEP-313)
2019-05-30 11:30:52 +00:00
- Background service
- Notifications about new messages (currently unstable)
- Group chats *[coming soon]*
- Registration on XMPP servers *[coming soon]*
- Multi-account support *[coming soon]*
- Roster Managing *[coming soon]*
2019-05-27 04:36:26 +00:00
- OMEMO E2E Encryption *[coming soon]*
2019-05-30 11:30:52 +00:00
- Message Delivery Guarantee *[coming soon]*
<sub>[⇧ back to top](#contents)</sub>
## Useful links
2019-05-30 11:30:52 +00:00
- [Smack library GitHub](https://github.com/igniterealtime/Smack) - it is core library of this client.
<sub>[⇧ back to top](#contents)</sub>
## License
2019-05-23 15:36:19 +00:00
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
<sub>[⇧ back to top](#contents)</sub>
## Author
```txt
Author : ChronosX88
Email : chronosx88@gmail.com
2019-05-23 15:36:19 +00:00
Github : https://github.com/ChronosX88/Influence
```
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
<sub>[⇧ back to top](#contents)</sub>