mirror of
https://github.com/bjc/prosody.git
synced 2025-04-07 07:07:38 +03:00
mod_websocket: Import sessionmanager (fixes traceback)
This commit is contained in:
parent
c5e4af96d8
commit
ffb9f937a1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ local base64 = require "util.encodings".base64.encode;
|
|||
local st = require "util.stanza";
|
||||
local parse_xml = require "util.xml".parse;
|
||||
local portmanager = require "core.portmanager";
|
||||
local sm_destroy_session = sessionmanager.destroy_session;
|
||||
local sm_destroy_session = require"core.sessionmanager".destroy_session;
|
||||
local log = module._log;
|
||||
|
||||
local websocket_frames = require"net.websocket.frames";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue