Software /
code /
verse
Comparison
squishy @ 439:6fc73ad6b1d2
util.table: Add fallback for the Prosody C module
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 14 Nov 2020 15:23:08 +0100 |
parent | 426:9813b17ee096 |
child | 443:89526c890363 |
comparison
equal
deleted
inserted
replaced
436:a9be85b2da17 | 439:6fc73ad6b1d2 |
---|---|
2 | 2 |
3 -- Verse-specific versions of libraries | 3 -- Verse-specific versions of libraries |
4 Module "util.encodings" "libs/encodings.lua" | 4 Module "util.encodings" "libs/encodings.lua" |
5 Module "util.hashes" "libs/hashes.lua" | 5 Module "util.hashes" "libs/hashes.lua" |
6 Module "lib.adhoc" "libs/adhoc.lib.lua" | 6 Module "lib.adhoc" "libs/adhoc.lib.lua" |
7 Module "util.table" "libs/table.lua" | |
7 | 8 |
8 -- Prosody libraries | 9 -- Prosody libraries |
9 if not GetOption("prosody") then | 10 if not GetOption("prosody") then |
10 AutoFetchURL "http://hg.prosody.im/0.10/raw-file/tip/?" | 11 AutoFetchURL "http://hg.prosody.im/0.10/raw-file/tip/?" |
11 else | 12 else |