| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This may be triggered by sending strings, eg as done by mod_c2s for
keepalives, stream errors, "</stream>".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This was accidentally included in a previous commit, but having it here
makes it easier to enable when making new test cases.
|
| |
|
|
|
|
| |
Not perfect but should improve readability somewhat
|
|
|
|
|
|
| |
full JID
Makes it easier to clean up recordings and change JIDs etc
|
| |
|
|
|
|
| |
rooms (fixes #1230)
|
| |
|
|
|
|
| |
Metatable table indexing is done raw, so metatables can't be chained
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This enables it to understand protocol = "tlsv1_3+"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Most modules use the module:provides() API which add the '-provides'
suffix. Previously module:add_item() was used.
See 58714123f600
|
|
|
|
| |
It could previously encode to eg `{ [nil] = ... }` which doesn't get decoded
|
| |
|
|
|
|
| |
For safety against future new keywords
|
|
|
|
| |
table (but not cycles)
|
| |
|
| |
|
| |
|
|
|
|
| |
luacheck, scansion]
|
|
|
|
| |
standard util.xpcall
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
promise with that promise
|