/[meteor]/trunk/meteord.conf.dist
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/meteord.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Wed Feb 27 14:05:59 2008 UTC (16 years, 1 month ago) by andrew.betts
Original Path: googlecode.com/svn/trunk/meteord.conf.dist
File size: 4197 byte(s)
Updated default config file
Updated some config narrative
Channel names made more lenient

1 MaxTime 180
2 PingInterval 3
3 Debug 0
4 SyslogFacility none
5
6 [iframe]
7 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<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r\n<meta http-equiv="Cache-Control" content="no-store">\r\n<meta http-equiv="Cache-Control" content="no-cache">\r\n<meta http-equiv="Pragma" content="no-cache">\r\n<meta http-equiv="Expires" content="Thu, 1 Jan 1970 00:00:00 GMT">\r\n<script type="text/javascript">\r\nwindow.onError = null;\r\nvar domainparts = document.domain.split(".");\r\ndocument.domain = domainparts[domainparts.length-2]+"."+domainparts[domainparts.length-1];\r\nparent.Meteor.register(this);\r\n</script>\r\n</head>\r\n<body onload="try { parent.Meteor.reset(this) } catch (e) {}">\r\n
8 MessageTemplate <script>p(~id~,"~channel~","~text~");</script>\r\n
9 PingMessage <script>p(-1,"");</script>\r\n
10 Persist 1
11
12 [xhrinteractive]
13 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
14 Persist 1
15 PingMessage <script>p(-1,"");</script>\r\n
16
17 [simplepoll]
18 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~
19 MessageTemplate ~id~/~channel~/~text~\r\n
20
21 [smartpoll]
22 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~
23 MessageTemplate ~id~/~channel~/~text~\r\n
24
25 [longpoll]
26 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~
27 MessageTemplate ~id~/~channel~/~text~\r\n
28 Persist 1
29 MaxMessages 1
30
31 [flash]
32 HeaderTemplate ~channelinfo~
33 Persist 1
34 MessageTemplate ~id~/~channel~/~text~\0
35 PingMessage .\0
36 SubscriberShutdownMsg x\0
37 ChannelInfoTemplate CH/~name~/~lastMsgID~\0
38
39 [flashloadvars]
40 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~
41 MessageTemplate ~id~/~channel~/~text~\n
42 Persist 1
43 MaxMessages 1
44 PingMessage
45 ChannelInfoTemplate CH/~name~/~lastMsgID~\n
46 SubscriberShutdownMsg x\n

  ViewVC Help
Powered by ViewVC 1.1.26