--- googlecode.com/svn/trunk/meteord.conf.dist 2007/05/02 10:55:26 18 +++ googlecode.com/svn/trunk/meteord.conf.dist 2008/02/27 22:01:02 54 @@ -1,45 +1,40 @@ -###################################################################### -# meteord sample configuratiuon file -# -# You may need to change or add settings in here to get Meteor to do -# what you need on your particular system. See the following page -# in the documentation for full details of all available configuration -# parameters: -# -# http://www.meteorserver.org/server-docs/ -# -###################################################################### - - -# Header template: ~server~, ~timestamp~ and ~status~ will be replaced by -# the appropriate values -# -# The value of HeaderTemplate is reproduced from the default value - it's -# included here for completeness because we've added a HeaderTemplate2 -# (below). HeaderTemplate is designed for use with 'forever frame' -# connections in Microsoft Internet Explorer. HeaderTemplate2 is not -# intended to ever be evaluated as HTML, and therefore is much shorter - it -# is used with the XMLHTTPRequest object. If you are using Meteor with a -# non-browser-based client, there may be no need for a header template at -# all. - -HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n - -HeaderTemplate2 HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\nMeteor server data stream\r\n - - -# Setting a maximum time limit on streaming connections will help prevent -# zombies from hanging around forever. - -MaxTime 180 - - -# Here PingMessage is the default, but we've adjusted the PingInterval to -# reduce it from the default 5 seconds to 3 seconds. - -PingMessage \r\n -PingInterval 3 - - -# There are many other config parameters that you can set - see the -# docs for more details. \ No newline at end of file +MaxTime 240 +PingInterval 3 +Debug 0 +SyslogFacility none + +[iframe] +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n~channelinfo~\r\n +Persist 1 + +[xhrinteractive] +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................\r\n~channelinfo~\r\n +Persist 1 + +[simplepoll] +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n~channelinfo~ + +[smartpoll] +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n~channelinfo~ + +[longpoll] +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n~channelinfo~ +Persist 1 +MaxMessages 1 + +[flash] +HeaderTemplate ~channelinfo~ +Persist 1 +MessageTemplate ~id~/~channel~/~text~\0 +PingMessage .\0 +SubscriberShutdownMsg x\0 +ChannelInfoTemplate CH/~name~/~lastMsgID~\0 + +[flashloadvars] +HeaderTemplate HTTP/1.1 ~status~\r\nServer: ~server~\r\nContent-Type: text/html; charset=utf-8\r\nPragma: no-cache\r\nCache-Control: no-cache, no-store, must-revalidate\r\nExpires: Thu, 1 Jan 1970 00:00:00 GMT\r\n\r\n~channelinfo~ +MessageTemplate ~id~/~channel~/~text~\n +Persist 1 +MaxMessages 1 +PingMessage +ChannelInfoTemplate CH/~name~/~lastMsgID~\n +SubscriberShutdownMsg x\n