/[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

Diff of /trunk/meteord.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 54 by andrew.betts, Wed Feb 27 22:01:02 2008 UTC revision 62 by andrew.betts, Thu Nov 27 00:33:21 2008 UTC
# Line 1  Line 1 
1  MaxTime 240  MaxTime 240
2  PingInterval 3  PingInterval 3
3  Debug 0  Debug 1
 SyslogFacility none  
4    
5  [iframe]  [iframe]
6  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~channelinfo~\r\n  HeaderTemplate HTTP/1.1 ~status~\r\nContent-Type: text/html; charset=utf-8\r\n\r\n<html><head><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<!--..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................-->\r\n~channelinfo~\r\n
7    FooterTemplate </body></html>
8  Persist 1  Persist 1
9    
10  [xhrinteractive]  [xhrinteractive]
11  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  HeaderTemplate HTTP/1.1 ~status~\r\n\r\n................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................\r\n~channelinfo~\r\n
12  Persist 1  Persist 1
13    
14  [simplepoll]  [simplepoll]
15  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~  HeaderTemplate HTTP/1.1 ~status~\r\nContent-Type: text/html; charset=utf-8\r\n\r\n~channelinfo~
16    MessageTemplate Meteor.process(~id~,"~channel~","~text~");\r\n
17    ChannelInfoTemplate Meteor.channelInfo("~name~", ~lastMsgID~);\r\n
18    FooterTemplate Meteor.clearpoll();\r\n
19    PingMessage Meteor.process(-1);\r\n
20    
21  [smartpoll]  [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~  HeaderTemplate HTTP/1.1 ~status~\r\nContent-Type: text/html; charset=utf-8\r\n\r\n~channelinfo~
23    MessageTemplate Meteor.process(~id~,"~channel~","~text~");\r\n
24    ChannelInfoTemplate Meteor.channelInfo("~name~", ~lastMsgID~);\r\n
25    FooterTemplate Meteor.clearpoll();\r\n
26    PingMessage Meteor.process(-1);\r\n
27    
28  [longpoll]  [longpoll]
29  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~  HeaderTemplate HTTP/1.1 ~status~\r\nContent-Type: text/html; charset=utf-8\r\n\r\n~channelinfo~
30    MessageTemplate Meteor.process(~id~,"~channel~","~text~");\r\n
31    ChannelInfoTemplate Meteor.channelInfo("~name~", ~lastMsgID~);\r\n
32    FooterTemplate Meteor.clearpoll();\r\n
33    PingMessage Meteor.process(-1);\r\n
34  Persist 1  Persist 1
35  MaxMessages 1  CloseOnEvent 1
36    
37  [flash]  [flash]
38  HeaderTemplate ~channelinfo~  HeaderTemplate ~channelinfo~
# Line 29  MessageTemplate ~id~/~channel~/~text~\0 Line 41  MessageTemplate ~id~/~channel~/~text~\0
41  PingMessage .\0  PingMessage .\0
42  SubscriberShutdownMsg x\0  SubscriberShutdownMsg x\0
43  ChannelInfoTemplate CH/~name~/~lastMsgID~\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  

Legend:
Removed from v.54  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26