Giter Site home page Giter Site logo

chatyoxmpp-android's Introduction

ChatYoXMPP-Android

Description: 'ChatYoXMPP' is instant chat messaging app using XMPP(openfire). XMPP(Extensible Messaging and Presence Protocole) is a communications protocol for real-time comunications oriented middleware based on XML. I am using MVP architecture pattern for code in Android app. The user need to be pre-registed on server. App allows to login with host, jabberId(without suffix of hostname) and password. 'ChatYoXMPP' currently only trasfers text messages. In future more features will be added like- user-registration, media trasfer and group chat.

Installation: Assuming that openfire server is installed on your server. We are using Smack XMPP client library. Smack is open-source, easy to use and written in Java for Java SE compatible JVMs and Android. Smack and XMPP allows you to easily exchange data, in various ways. Add dependency in build.gradle. For latest version you can check here

```implementation 'org.igniterealtime.smack:smack-android:4.1.3'
// Optional for XMPP extensions support
implementation 'org.igniterealtime.smack:smack-android-extensions:4.1.3'
// Optional for XMPPTCPConnection
implementation 'org.igniterealtime.smack:smack-tcp:4.1.3'```

I am using 'Anko' for small async operations in app, you can use as your choice (AsyncTast etc.).

```implementation 'org.jetbrains.anko:anko-common:0.9'```

Usage: The purpose of the app is to help new developers to integrate XMPP based messaging in thier app. The app is simple to use.

alt text alt text alt text

chatyoxmpp-android's People

Contributors

kalukhan avatar

Stargazers

 avatar Sabarinathan avatar ziko-ever avatar Mayur K J Parekh avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.