view scripts/test_accounts/data/souliane%2eorg/roster/peter.dat @ 88:f7d275afc4f2

docker (libervia_cont): TLS dir (directory with certificate) can now be specified with env variable "SAT_CONT_TLS_DIR"
author Goffi <goffi@goffi.org>
date Fri, 19 Feb 2016 13:35:25 +0100
parents 1eb3ec190ea1
children
line wrap: on
line source

return {
	[false] = {
		["version"] = 17;
	};
	["pending"] = {};
	["dave@souliane.org"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
	["dino@souliane.org"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
	["frankie@souliane.org"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
	["georges@souliane.org"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
	["steven@souliane.org"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
};