added xmpp frontend... may this will be fun at some time...
This commit is contained in:
parent
6e3f451bc7
commit
b241098da4
1 changed files with 13 additions and 0 deletions
13
lib/frontends/xmpp.py
Normal file
13
lib/frontends/xmpp.py
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue