Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (35 loc) · 747 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 747 Bytes

AndroidEltechatApp

Chat for Eltech university students

Server for this app

https://github.com/Lmglk/Eltechat

Server API

Responses

Message from user:

{"flag":"message", "messageId":0, "name":"megalok", "message":"text"}

Login successfully:

{"flag":"loginSuccess"}

Login failure because of nickname:

{"flag":"loginFailureNickname"}

Login failure because of server internal error:

{"flag":"loginServerFailure"}

Another user login:

{"flag":"newUserConnect", "name":"Komdosh", "online":1}

Another user logout:

{"flag":"userDisconnect", "name":"Komdosh", "online":2}

Request

Message:

{"flag":"message", "name":"megalok",  "message":"text"}