mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes ...
[prosody.git] / plugins / sql.lib.lua
1 local cache = module:shared("/*/sql.lib/util.sql");
2
3 if not cache._M then
4         prosody.unlock_globals();
5         cache._M = require "util.sql";
6         prosody.lock_globals();
7 end
8
9 return cache._M;