view scripts/test_accounts/data/tazar%2eint/roster/pierre.dat @ 47:36d158a50c8a

fixes script for creating test accounts
author souliane <souliane@mailoo.org>
date Sun, 07 Jun 2015 13:52:08 +0200
parents 1eb3ec190ea1
children
line wrap: on
line source

return {
	[false] = {
		["version"] = 10;
	};
	["pending"] = {};
	["buenaventura@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
	["elisee@tazar.int"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
	["louise@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
	["souliane@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
	["goffi@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
};