Skip to content

A Java library to connect to wesnoth lobby chat

Notifications You must be signed in to change notification settings

pubudug/wesnoth-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

wesnoth-chat

A Java library to connect to wesnoth lobby chat

To create a thread that connects to the server, instantiate WesnothChatClient

WesnothChatClient client =  new WesnothChatClient(host, port, dependencies...)

The dependencies are self explanatory.

Then do

new Thread(client).start();

to connect to server and start communicating.

Use

client.whisper(...
client.sendMessage(...

To send whispers/messages.

See wesnoth-chat-swing which is a Java Swing client that uses this library.

About

A Java library to connect to wesnoth lobby chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages