Thanks to visit codestin.com
Credit goes to github.com

Skip to content

katseyres2/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat project

Group :

  • Lazare K ASSIE
  • Maximilien DENIS
  • Alexandre Ernotte

Message that the client can send :

# connection
/connect
/disconnect
/ping
# authentication
/signup "username" "password"
/signin "username" "password"
/signout
# users
/newuser "username" "password"
/userlist
/invite "username"
/setpassword "username" "oldpassword" "newpassword"
# rooms
/messagetoroom "room" "message"
/createroom "name"
/join "room"
/roomlist

Messages that the server can reply :

/SUCCESS <information>
/FAILED <reason>
/NOTICE <from> <room> <message>

About

GUI multi-channels chat application.

Topics

Resources

Stars

Watchers

Forks

Languages