diff -r 742878c74b8e -r ab6d4ee8974c examples/tune.lua --- 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: --