File: tx_xmpp_server.py

package info (click to toggle)
python-tx-xmpp 0.10.1.post1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,468 kB
  • sloc: python: 12,915; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) Ralph Meijer.
# See LICENSE for details.

from twisted.application.service import ServiceMaker

TxXMPPComponentServer = ServiceMaker(
    "XMPP Component Server",
    "tx_xmpp.componentservertap",
    "An XMPP Component Server",
    "tx_xmpp-component-server",
)