/[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 67 - (show annotations)
Sat Mar 28 01:42:07 2009 UTC (15 years ago) by dpavlin
File size: 3464 byte(s)
correct trunk
1 MaxTime 240
2 PingInterval 3
3 Debug 1
4
5 [iframe]
6 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
9
10 [xhrinteractive]
11 HeaderTemplate HTTP/1.1 ~status~\r\n\r\n................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................\r\n~channelinfo~\r\n
12 Persist 1
13
14 [simplepoll]
15 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]
22 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]
29 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
35 CloseOnEvent 1
36
37 [flash]
38 HeaderTemplate ~channelinfo~
39 Persist 1
40 MessageTemplate ~id~/~channel~/~text~\0
41 PingMessage .\0
42 SubscriberShutdownMsg x\0
43 ChannelInfoTemplate CH/~name~/~lastMsgID~\0

  ViewVC Help
Powered by ViewVC 1.1.26