Software /
code /
verse
Comparison
plugins/legacy.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 | 457:73d4eb93657b |
comparison
equal
deleted
inserted
replaced
489:39ed19f12dca | 490:6b2f31da9610 |
---|---|
1 local verse = require "verse"; | 1 local verse = require "verse"; |
2 local new_id = require "util.id".short; | 2 local new_id = require "prosody.util.id".short; |
3 | 3 |
4 local xmlns_auth = "jabber:iq:auth"; | 4 local xmlns_auth = "jabber:iq:auth"; |
5 | 5 |
6 function verse.plugins.legacy(stream) | 6 function verse.plugins.legacy(stream) |
7 local function handle_auth_form(result) | 7 local function handle_auth_form(result) |