Software /
code /
verse
Diff
plugins/groupchat.lua @ 490:6b2f31da9610
Update for new Prosody module namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 20 May 2023 20:48:03 +0200 |
parent | 435:cf31a5ef8a9b |
line wrap: on
line diff
--- a/plugins/groupchat.lua Tue May 23 19:46:52 2023 +0200 +++ b/plugins/groupchat.lua Sat May 20 20:48:03 2023 +0200 @@ -1,6 +1,6 @@ local verse = require "verse"; -local events = require "util.events"; -local jid = require "util.jid"; +local events = require "prosody.util.events"; +local jid = require "prosody.util.jid"; local room_mt = {}; room_mt.__index = room_mt;