Websocket Open Constructor

Issue #59 closed
Soo Han created an issue

public Open(Jid to, Jid from, String id, String language) { super(to, from, id, language); }

Need this constructor to take advantage of additional attributes;

Comments (4)

  1. Soo Han reporter

    rocks.xmpp.websocket.model.Frame this.version = "1.0"

    The version attribute should be set to 1.0 or allow it to be set through constructor

  2. Log in to comment