view scripts/test_accounts/data/souliane%2eorg/roster/dino.dat @ 111:a3f9cfa2721e

docker (libervia_cont): workaround for copying config when Docker version is below 1.8.0
author Goffi <goffi@goffi.org>
date Mon, 29 Feb 2016 21:54:43 +0100
parents 1eb3ec190ea1
children
line wrap: on
line source

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