Allow to establish encrypted WebSocket connection. (#32)
Closed
Bartosz Małkowski opened 4 years ago

Allow to establish encrypted WebSocket connection.

Bartosz Małkowski commented 4 years ago

I added configuration DSL. Usage example:

halcyon.configure {
    userJID = bareJid
    password = login.getText(LoginAction.password)
    websocket {
        url = "wss://${bareJid.domain}:5291/"
    }
}
issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Spent time
1h
Issue Votes (0)
Watchers (0)
Reference
tigase/_libraries/halcyon#32
Please wait...
Page is in error, reload to recover