Skip to content

victorphamdeveloper/CS3103_PA1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============================README============================

  1. Run the program with the following argument format: java JabberMain ex: java JabberMain [email protected] password talk.google.com 5222
  2. Type @roster to see the list of your contact
  3. Type @chat to start chat session with receiver ex: @chat [email protected]
  4. Type your chat message to chat with the current receiver Note that you have to start a chat session by typing @chat command to specify a receiver. Else the program will output: "Please specify a buddy to chat with"
  5. Typing @end will end a chat session and store all current chat session's messages to a text file in SimpleServer's directory. Note: To store data to server, you have to start SimpleServer first The file name format will be name_timestamp.txt Bonus feature: When you lose Internet connection, you can still type in the messages to send All those unsended messages will be sent when you get connection back

About

CS3103 Programming Assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages