:: [unSYSTEM] OTRXMPPChannel and OTRXM…
Top Page
Delete this message
Reply to this message
Author: Mike Gogulski
Date:  
To: System undo crew, Progressbar General Discussion
Subject: [unSYSTEM] OTRXMPPChannel and OTRXMPPLogger for (more) secure Python comms
Friends,

I released some code into the wild the other day.

OTRXMPPLogger is a wrapper around OTRXMPPChannel that uses it just for
logging. OTRXMPPChannel itself allows you to do things like securely
receive status and exception messages from your web application on your
mobile phone, and exercise control over the running system via whatever
command-parsing system you want to graft onto the on_receive() method.

True lunatics can even write plumbing to connect an OTRXMPPChannels to
command-line shells, *SQL command lines, etc.

OTRXMPPChannel:
https://pypi.python.org/pypi/OTRXMPPChannel (pip install otrxmppchannel)
https://github.com/mikegogulski/python-otrxmppchannel

OTRXMPPLogger:
https://pypi.python.org/pypi/OTRXMPPLogger (pip install otrxmpplogger)
https://github.com/mikegogulski/python-otrxmpplogger

Peace,
Mike