view scripts/test_accounts/data/souliane%2eorg/roster/steven.dat @ 102:61ff3bef94a6

docker (libervia_cont): remove volumes from container on "stop" command
author Goffi <goffi@goffi.org>
date Fri, 26 Feb 2016 23:32:07 +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"] = {};
	};
	["peter@souliane.org"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
};