Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xdtianyu/smalltalk

SmallTalk is an android instant message using xmpp
https://github.com/xdtianyu/smalltalk

Last synced: about 1 month ago
JSON representation

SmallTalk is an android instant message using xmpp

Awesome Lists containing this project

README

        

## SmallTalk

Small Talk is an android instant message client. It's still under development.

## Server side example
1\. Install Prosody

apt-get install prosody

2\. Prosody configuration

vi /etc/prosody/prosody.cfg.lua
VirtualHost "192.168.4.134"
enabled = true

3\. Restart service and add new user

service prosody restart
prosodyctl register 10000 192.168.4.134 123456
prosodyctl register 10001 192.168.4.134 123456

## Thanks to

Asmack, an android xmpp library

Prosody, a Lightweight Jabber/XMPP server.