Changeset 4c3a4c8
- Timestamp:
- 2007-09-24T18:31:39Z (17 years ago)
- Branches:
- master
- Children:
- 3d9a92b
- Parents:
- 8de38e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r8de38e9 r4c3a4c8 14 14 https://developer.skype.com/Docs/ApiDoc[here] if you're interested. 15 15 16 NOTE: You will see that this implementation of the Skype plug in still requires16 NOTE: You will see that this implementation of the Skype plug-in still requires 17 17 a Skype instance to be running. This is because I'm not motivated to reverse 18 18 engineer Skype's … … 25 25 * Skype 1.4.0.99. 1.4.0.74 did *not* work for me. 26 26 * bitlbee-dev >= rev245. Previous versions need patching. 27 * Skype4Py >= 0.9.28.1. Previous versions uses DBusby default.27 * Skype4Py >= 0.9.28.1. Previous versions uses `DBus` by default. 28 28 * Python 2.5. Skype4Py does not work with 2.4. 29 29 * pygobject … … 34 34 Skype servers (the company's ones). It needs a running Skype client to do so. 35 35 In fact BitlBee will connect to `skyped` (a tcp server, provided in this 36 package) and `skyped` will connect o to your Skype client.36 package) and `skyped` will connect to to your Skype client. 37 37 38 38 NOTE: The order is important. First you have to start Skype. Then `skyped` can … … 82 82 (You may remember that previous versions of `skyped` did not require this 83 83 package. This because it now uses the X11 interface of Skype (because the 84 previously used DBusinterface had84 previously used `DBus` interface had 85 85 http://forum.skype.com/index.php?s=&showtopic=94545&view=findpost&p=431710[known 86 86 problems]), but I wanted to prevent a large code duplication from that project. … … 95 95 ---- 96 96 97 NOTE: It's important to start skypedon the same machine and using the same98 user as you run Skype as it uses the session DBusfor communication!99 100 - Start your IRCclient, connect to BitlBee and add your account:97 NOTE: It's important to start `skyped` on the same machine and using the same 98 user as you run Skype as it uses the session `DBus` for communication! 99 100 - Start your `IRC` client, connect to BitlBee and add your account: 101 101 102 102 ---- … … 105 105 ---- 106 106 107 IMPORTANT: <user> should be your skype account name. This way you won't see107 IMPORTANT: <user> should be your Skype account name. This way you won't see 108 108 yourself joining to `&bitlbee`. 109 109 … … 113 113 114 114 Optionally, if you want to run Skype on a server, you might want to setup up 115 a VNC server as well. I used `tightvnc` but probably other VNCservers will115 a `VNC` server as well. I used `tightvnc` but probably other `VNC` servers will 116 116 work, too. 117 117 … … 147 147 ---- 148 148 149 Then connect to it, and set up Skype (username, password, enable auto login, and149 Then connect to it, and set up Skype (username, password, enable auto-login, and 150 150 allow the `SkypeApiPythonShell` client when Skype asks about it). 151 151
Note: See TracChangeset
for help on using the changeset viewer.