added xmpp frontend... may this will be fun at some time...

This commit is contained in:
Johannes Findeisen 2013-08-15 23:52:22 +02:00
commit b241098da4

13
lib/frontends/xmpp.py Normal file
View file

@ -0,0 +1,13 @@
"""
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.frontends.frontend import Frontend
class XmmpFrontend(Frontend):
def __init__(self, **kwargs):
pass