source: protocols/skype/skyped.txt @ 6efb777

Last change on this file since 6efb777 was 9ec6b36, checked in by Miklos Vajna <vmiklos@…>, at 2013-01-13T11:41:21Z

Update my email

  • Property mode set to 100644
File size: 1.1 KB
Line 
1= skyped(1)
2
3== NAME
4
5skyped - allows remote control of the Skype GUI client
6
7== SYNOPSIS
8
9skyped [<options>]
10
11== DESCRIPTION
12
13Skype supports remote control of the GUI client only via X11 or DBus
14messages. This is hard in case you want remote control. This daemon
15listens on a TCP port and runs on the same machine where the GUI client
16runs. It passes all the input it gets to Skype directly, except for a
17few commands which is related to authentication. The whole communication
18is done via SSL.
19
20== CONFIGURATION
21
22See the README for information about how to configure this daemon.
23
24== OPTIONS
25
26-c, --config::
27        Path to configuration file (default: $HOME/.skyped/skyped.conf)
28
29-d, --debug::
30        Enable debug messages
31
32-h, --help::
33        Show short summary of options
34
35-H, --host::
36        Set the tcp host (default: 0.0.0.0)
37
38-l, --log::
39        Set the log file in background mode (default: none)
40
41-m, --mock=<file>::
42        Mock mode: replay session from file, instead of connecting to Skype.
43
44-n, --nofork::
45        Don't run as daemon in the background
46
47-p, --port::
48        Set the tcp port (default: 2727)
49
50-v, --version::
51        Display version information
52
53== AUTHOR
54
55Written by Miklos Vajna <vmiklos@vmiklos.hu>
Note: See TracBrowser for help on using the repository browser.