From 7edd914e305b43a0de85d7762c86163d47c54cc0 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 28 Aug 2013 09:28:10 -0300 Subject: [PATCH] Removing punjab.tac --- punjab.tac | 30 ------------------------------ 1 file changed, 0 insertions(+), 30 deletions(-) delete mode 100644 punjab.tac diff --git a/punjab.tac b/punjab.tac deleted file mode 100644 index cd3a3d9..0000000 --- a/punjab.tac +++ /dev/null @@ -1,30 +0,0 @@ -# punjab tac file -# tac documentation is at the following URL: -# http://twistedmatrix.com/documents/current/core/howto/application.html -from twisted.web import server, resource, static -from twisted.application import service, internet - -from punjab.httpb import Httpb, HttpbService - -root = static.File("./html") - -# uncomment only one of the bosh lines, use_raw does no xml -# parsing/serialization but is potentially less reliable -#bosh = HttpbService(1, use_raw=True) -bosh = HttpbService(1) - -# You can limit servers with a whitelist. -# The whitelist is a list of strings to match domain names. -# bosh.white_list = ['jabber.org', 'thetofu.com'] -# or a black list -# bosh.block_list = ['jabber.org', '.thetofu.com'] - -root.putChild('http-bind', resource.IResource(bosh)) - - -site = server.Site(root) - -application = service.Application("punjab") -internet.TCPServer(5280, site).setServiceParent(application) - -# To run this simply to twistd -y punjab.tac -- libgit2 0.21.2