Changes

From SME Server
Jump to navigationJump to search
139 bytes added ,  13:23, 3 February 2015
m
Line 16: Line 16:  
To automatically start Prosody at boot and configure the ports:
 
To automatically start Prosody at boot and configure the ports:
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99prosody
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99prosody
  config set prosody service status enabled access private TCPPort 5222 UDPport 5222 ; signal-event remoteaccess-update
+
  config set prosody service  
 +
config setprop prosody status enabled
 +
config setprop prosody access private
 +
config setprop prosody TCPPort 5222
 +
config setprop prosody UDPport 5222
 
You can toggle the ''access'' property to enable public/private access.
 
You can toggle the ''access'' property to enable public/private access.
 +
 +
 +
 +
Then to activate apply the new service:
 +
signal-event remoteaccess-update
    
===Configuration file===
 
===Configuration file===

Navigation menu