-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Welcome the the Symphony Java Client (SJK) wiki!
If you're the type of person to just jump in feet first then take a look at the example code here and start with the chatsession example.
The Symphony java client provides a real-time wrapper around the Symphony REST API's to simplify the creation of chat sessions, room access, presence, messaging and more... The client provides a set of logical services representing supported features of the Symphony platform. Services support real-time events through feature based listeners and communication objects. Access is not limited to the services as all underlying Symphony client implementations are exposed for advanced use or creation of your own service.
The goal is to get developers to focus on functional development vs the scaffolding required to establish and communicate over the network.
This documentation will attempt to break down each part of the SDK in order to help users understand and use the services provided.