linspector-old/lib/backends/xmpp.py

13 lines
No EOL
364 B
Python

"""
The Linspector XMPP Frontend...
Just for the fun in it... Linspector connects to a XMPP Server and are accepting commands from special users and can
give back information. The Linspector admin client will then be any Jabber Client... ;)
"""
from lib.backends.backend import Backend
class XmmpBackend(Backend):
def __init__(self, **kwargs):
pass