Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xdtianyu/smalltalk
- Owner: xdtianyu
- License: apache-2.0
- Created: 2015-01-17T11:27:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T05:23:17.000Z (over 9 years ago)
- Last Synced: 2023-04-01T07:51:28.045Z (over 1 year ago)
- Language: Java
- Homepage: https://www.xdty.org
- Size: 2.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Prosodyapt-get install prosody
2\. Prosody configuration
vi /etc/prosody/prosody.cfg.lua
VirtualHost "192.168.4.134"
enabled = true3\. 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.