prosody

changeset 2567
ca6ee2dac8d6
parent 2565
a0d22b6a3144
child 2587
c37f971f0fe6
--- a/prosody	Fri Feb 05 16:01:21 2010 +0100
+++ b/prosody	Fri Feb 05 15:05:39 2010 +0000
@@ -225,6 +225,8 @@
 							elseif port == 5280 then
 								friendly_message = "check that Prosody or a BOSH connection manager "
 									.."is not already running";
+							else
+								friendly_message = "this port is in use by another application";
 							end
 						elseif err:match("permission") then
 							friendly_message = "Prosody does not have sufficient privileges to use this port";

mercurial