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

Allow to establish encrypted WebSocket connection.

  • Bartosz Małkowski commented 5 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
0
Issue Votes (0)
Watchers (0)
Reference
tigase/_libraries/halcyon#32
Please wait...
Page is in error, reload to recover