prosodyctl: Add message for unable-to-save-data error
authorMatthew Wild <mwild1@gmail.com>
Tue, 05 May 2009 16:37:43 +0100
changeset 1124 055cfdc96afa
parent 1123 da7ff11a03ee
child 1125 ad7c1cefb8eb
child 1127 3911e81aff19
prosodyctl: Add message for unable-to-save-data error
prosodyctl
--- 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 = {};