[FREE] Chat Client and Server

Eventually got it to work as expected, after modifying the extension and the ChatServer.

Main Changes

  • Delimiter is changed from , to ;;, which should allow for commas in message text
  • SendMessage now sends: message, timestamp, ip, and uid
  • ChatMessageReceived provides the above four items on message return (to allow for decrypting of encrypted message) and options for the developer
  • SendMessageWithDetails is therefore no longer required
  • Revised extension built with RUSH
JAVA

ChatServer.java.txt (5.9 KB)
ChatClient.java.txt (9.0 KB)

EXTENSION

io.chatclientV3.aix (15.7 KB)

BLOCKS

AIA

ChatServerExtnTestV3.aia (19.5 KB)

Now what is needed is the ability to run the ChatServer on a remote server (online), otherwise all I can do with it is send messages to myself and my dog :wink: :dog2:

1 Like