Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Readme update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ftbb committed Jan 28, 2018
1 parent a4875ac commit da30788
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The Symphony java client provides a real-time wrapper around the Symphony REST A
* Filters only on room messages
* Real-time listeners on all room events
* Enriches Room objects with associated system attributes
* Multilateral room support
* X-Pod Support
* Presence Service
* Real-time notification of presence events and client functions
Expand All @@ -43,8 +44,14 @@ The Symphony java client provides a real-time wrapper around the Symphony REST A

## Change log and notes

## V1.1.2 (SNAPSHOT)
* Focus on testing and implementing more APIs
## V1.1.3 (SNAPSHOT)
* Evaluate OBO Gateway implementation
* Bug Fixes


## V1.1.2
* Bug fixes and implementation of 1.50 java binding
* Support for multilateral chat rooms when available.

### V1.1.1
* Support for OBO workflow AuthenticationClient and MessagesClient modified
Expand Down
2 changes: 1 addition & 1 deletion examples/roomsession/CreateRoomExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void init() {
SymMessage aMessage = new SymMessage();
aMessage.setMessageText("Hello master, I'm alive again in this room....");

//If you want to see payloads debug
//If you want to see payloads debug
symClient.getAgentHttpClient().property(LoggingFeature.LOGGING_FEATURE_VERBOSITY_CLIENT, LoggingFeature.Verbosity.PAYLOAD_ANY);
symClient.getAgentHttpClient().property(LoggingFeature.LOGGING_FEATURE_LOGGER_LEVEL_CLIENT, "WARNING");

Expand Down

0 comments on commit da30788

Please sign in to comment.