Changeset

1124:055cfdc96afa

prosodyctl: Add message for unable-to-save-data error
author Matthew Wild <mwild1@gmail.com>
date Tue, 05 May 2009 16:37:43 +0100
parents 1123:da7ff11a03ee
children 1125:ad7c1cefb8eb 1127:3911e81aff19
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Tue May 05 16:37:17 2009 +0100
+++ b/prosodyctl	Tue May 05 16:37:43 2009 +0100
@@ -92,6 +92,7 @@
 		["invalid-hostname"] = "The given hostname is invalid";
 		["no-password"] = "No password was supplied";
 		["no-such-user"] = "The given user does not exist on the server";
+		["unable-to-save-data"] = "Unable to store, perhaps you don't have permission?";
 		}, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end });
 
 hosts = {};