aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/skyped.txt
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-04-12 02:10:57 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2011-04-12 02:10:57 +0200
commit43b1cd7ac2a55145f9a80c5af505308c788f4b90 (patch)
tree8bc68ee925f13e8aa0c013eee855eebb811980d5 /protocols/skype/skyped.txt
parent6220254c1ecebce81ab765260ec0af3c3818f9a6 (diff)
parent9c97a03e2ec68559c21f319caca5cee94133f6b7 (diff)
Merge bitlbee-skype into bitlbee
Diffstat (limited to 'protocols/skype/skyped.txt')
-rw-r--r--protocols/skype/skyped.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/protocols/skype/skyped.txt b/protocols/skype/skyped.txt
new file mode 100644
index 00000000..53f2626d
--- /dev/null
+++ b/protocols/skype/skyped.txt
@@ -0,0 +1,52 @@
+= skyped(1)
+
+== NAME
+
+skyped - allows remote control of the Skype GUI client
+
+== SYNOPSIS
+
+skyped [<options>]
+
+== DESCRIPTION
+
+Skype supports remote control of the GUI client only via X11 or DBus
+messages. This is hard in care you want remote control. This daemon
+listens on a TCP port and runs on the same machine where the GUI client
+runs. It passes all the input it gets to Skype directly, except for a
+few commands which is related to authentication. The whole communication
+is done via SSL.
+
+== CONFIGURATION
+
+See the README for information about how to configure this daemon.
+
+== OPTIONS
+
+-c, --config::
+ Path to configuration file (default: $HOME/.skyped/skyped.conf)
+
+-d, --debug::
+ Enable debug messages
+
+-h, --help::
+ Show short summary of options
+
+-H, --host::
+ Set the tcp host (default: 0.0.0.0)
+
+-l, --log::
+ Set the log file in background mode (default: none)
+
+-n, --nofork::
+ Don't run as daemon in the background
+
+-p, --port::
+ Set the tcp port (default: 2727)
+
+-v, --version::
+ Display version information
+
+== AUTHOR
+
+Written by Miklos Vajna <vmiklos@frugalware.org>