Software /
code /
prosody
Comparison
util/sasl/oauthbearer.lua @ 12975:d10957394a3c
util: Prefix module imports with prosody namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Mar 2023 16:23:16 +0100 |
parent | 12951:4cc0785f960e |
child | 13112:b6aaab0846fe |
comparison
equal
deleted
inserted
replaced
12974:ba409c67353b | 12975:d10957394a3c |
---|---|
1 local json = require "util.json"; | 1 local json = require "prosody.util.json"; |
2 local _ENV = nil; | 2 local _ENV = nil; |
3 | 3 |
4 | 4 |
5 local function oauthbearer(self, message) | 5 local function oauthbearer(self, message) |
6 if not message then | 6 if not message then |