Sha256: c4498fc28bc8e4d2142d005b70396f2f619fd4b9861370e0bc5e0ffef507afd7
Contents?: true
Size: 278 Bytes
Versions: 23
Compression:
Stored size: 278 Bytes
Contents
module OverSIP::WebSocket def self.module_init conf = ::OverSIP.configuration @callback_on_client_tls_handshake = conf[:websocket][:callback_on_client_tls_handshake] end def self.callback_on_client_tls_handshake @callback_on_client_tls_handshake end end
Version data entries
23 entries across 23 versions & 2 rubygems