Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianp/xmpp-shell
https://github.com/fabianp/xmpp-shell
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabianp/xmpp-shell
- Owner: fabianp
- Created: 2012-05-24T08:39:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-29T14:06:50.000Z (over 12 years ago)
- Last Synced: 2024-10-04T23:09:18.016Z (about 1 month ago)
- Language: Python
- Size: 115 KB
- Stars: 18
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
XMPP-shell
==========Remote shell that uses XMPP as transporting protocol. This makes it possible to access a remote computer using
an XMPP account.Initial stage, just proof of concept.
Installation
============TODO
How to use it
=============First launch a service in the machine you will be connecting to so that it can accept sessions::
$ xmpp-shell --daemon
To connect to that machine call xmpp-shell without the --daemon flag::
$ xmpp-shell
and you will be presented with a list of available sessions (TODO).
Behind a firewall
=================Some xmpp servers such as http://jabber80.com offer accounts on non-firewalled ports. You can open
an account on this server using XMPP clients such as Pidgin/Adium.TODO
====- Wrong message when there are no servers
- Control-C and q key (on daemon)
- multiple sessions on the server
- double authentication: on XMPP and on the host machine
- Exception on wrong login (bug in sleekxmpp)
- add timeout to optionsDevelopment
===========...
Author
======Fabian Pedregosa
License
=======New BSD