class documentation
class botService(service.MultiService): (source)
Undocumented
Method | __init__ |
Undocumented |
Method | start |
Starts the service. It supports a unix socket and a tcp networking port. Configure it by setting tcpServer.modes in the config file: socket, tcp |
Class Variable | name |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | factory |
Undocumented |
Instance Variable | logger |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | root |
Undocumented |
Starts the service. It supports a unix socket and a tcp networking port. Configure it by setting tcpServer.modes in the config file: socket, tcp
unix socket: You can set the path where the socket file is created by setting tcpServer.socket.path to a filesystem path writable by the bot user
tcp networking: You can set the port of the port of the connection with tcpServer.tcp.port and the interface with tcpServer.tcp.interface. Default is that the port is only accessible from localhost.