plugins/mod_component.lua

changeset 979
d0fd49c4339c
parent 959
e3db909065f2
child 981
71fce47dff7b
--- a/plugins/mod_component.lua	Fri Apr 10 10:49:32 2009 +0100
+++ b/plugins/mod_component.lua	Fri Apr 10 10:49:58 2009 +0100
@@ -211,7 +211,7 @@
 module:add_event_hook("server-started", 
 	function ()
 		if net_activate_ports then
-			net_activate_ports("component_ports", "component", {5437}, "tcp");
+			net_activate_ports("component", "component", {5437}, "tcp");
 		else
 			error("No net_activate_ports: Using an incompatible version of Prosody?");
 		end

mercurial