Files @ 50119c8e4ef2
Branch filter:

Location: libtransport.git/docs/guide/skype.textile - annotation

Vitaly Takmazov
Use boost::date_time for date time conversion
h2. Description

Skype is supported by Spectrum 2, but in quite specific way. It's not possible to connect the Skype network without official Skype client running. Therefore you have to have official Skype client installed. Official Skype client is then run for every connected user and Spectrum 2 communicate with it using the DBus interface. One Skype client instance needs approximately 50MB of RAM, therefore Skype transport needs lot of memory (50MB per user).

h2. Configuration

You have to have:
* Official Skype client installed in Linux PATH
* DBus installed and have running DBus daemon
* xvfb-run tool installed

If you have those depencencies ready, you just have to set the proper backend configuration variable:

<pre>
[service]
backend=/usr/bin/xvfb-run -n BACKEND_ID -s "-screen 0 10x10x8" -f /tmp/x-skype-gw /usr/bin/spectrum2_skype_backend
</pre>