examples/tune.lua
changeset 69 ab6d4ee8974c
parent 68 742878c74b8e
child 71 eb6edac301ac
--- a/examples/tune.lua	Tue Mar 31 18:35:34 2009 +0300
+++ b/examples/tune.lua	Fri Apr 03 09:26:21 2009 +0300
@@ -144,4 +144,6 @@
 main.add_feature ( 'http://jabber.org/protocol/tune+notify' )
 main.add_feature ( 'http://jabber.org/protocol/tune' )
 
+mpd.server ( "localhost", 6600, nil )
+
 -- vim: se ts=4: --