[0c60f96] | 1 | = Skype plugin for BitlBee |
---|
[7f1cf70] | 2 | Miklos Vajna <vmiklos-at-vmiklos-dot-hu> |
---|
[afe221f] | 3 | |
---|
[56e4ac4] | 4 | == Status |
---|
| 5 | |
---|
[4eaadf6] | 6 | [Wilmer van der Gaast (author of BitlBee)] |
---|
| 7 | ____ |
---|
| 8 | Okay, this exists now, with lots of thanks to vmiklos for his *excellent* |
---|
| 9 | work!! |
---|
| 10 | |
---|
| 11 | It's not in the main BitlBee and it'll never be for various reasons, but |
---|
| 12 | because it's a plugin that shouldn't be a problem. |
---|
| 13 | ____ |
---|
| 14 | |
---|
[56e4ac4] | 15 | One day I browsed the BitlBee bugtracker and found |
---|
| 16 | http://bugs.bitlbee.org/bitlbee/ticket/82[this] ticket. Then after a while I |
---|
[1138b25] | 17 | returned and saw that it was still open. So I wrote it. |
---|
[56e4ac4] | 18 | |
---|
[2042b56] | 19 | It's pretty stable, I use it for my daily work. Being a plug-in, no patching |
---|
[20994cb] | 20 | is required, you can just install it after installing BitlBee itself. |
---|
[75742cc] | 21 | |
---|
[4c3a4c8] | 22 | NOTE: You will see that this implementation of the Skype plug-in still requires |
---|
[54c269d] | 23 | a Skype instance to be running. This is because I'm not motivated to reverse |
---|
| 24 | engineer Skype's |
---|
| 25 | http://en.wikipedia.org/wiki/Skype_Protocol#Obfuscation_Layer[obfuscation |
---|
| 26 | layer]. (Not mentioning that you should ask your lawyer about if it is legal or |
---|
| 27 | not..) |
---|
| 28 | |
---|
[22d97b4] | 29 | == Requirements |
---|
| 30 | |
---|
[31fe322] | 31 | * Skype >= 1.4.0.99. The latest version I've tested is 2.0.0.63. |
---|
[36fbaa0] | 32 | * BitlBee >= 1.1.1dev. The latest version I've tested is 1.2. |
---|
[eb39102] | 33 | * Skype4Py >= 0.9.28.7. Previous versions won't work due to API changes. |
---|
[c60b864] | 34 | * Python >= 2.5. Skype4Py does not work with 2.4. |
---|
[e49da25] | 35 | * PyGObject >= 2.8.0. Older versions are part of PyGTK. (And you don't want to |
---|
| 36 | install GTK for nothing, right?) |
---|
[b0d40f5] | 37 | * pyopenssl or python-gnutls. |
---|
[22d97b4] | 38 | |
---|
[df1a59d4] | 39 | `bitlbee-skype` has been tested under Linux and Mac OS X. Skype and Skype4py is |
---|
| 40 | available under Windows, too, so it probably works, but this has not been tested. |
---|
[760ed1f] | 41 | |
---|
[9e03e55] | 42 | == How to set it up |
---|
[afe221f] | 43 | |
---|
[751b149] | 44 | Before you start. The setup is the following: BitlBee can't connect directly to |
---|
| 45 | Skype servers (the company's ones). It needs a running Skype client to do so. |
---|
| 46 | In fact BitlBee will connect to `skyped` (a tcp server, provided in this |
---|
[4c3a4c8] | 47 | package) and `skyped` will connect to to your Skype client. |
---|
[751b149] | 48 | |
---|
[833eaee] | 49 | NOTE: The order is important. First `skyped` starts Skype. Then `skyped` can |
---|
| 50 | connect to Skype, finally BitlBee can connect to `skyped`. |
---|
[7e4f0ca1] | 51 | |
---|
[36fbaa0] | 52 | - If you happen to be a happy Frugalware user: |
---|
[11eed8f] | 53 | |
---|
[36fbaa0] | 54 | ---- |
---|
| 55 | # pacman-g2 -S bitlbee-skype |
---|
| 56 | ---- |
---|
| 57 | |
---|
[4966d841] | 58 | and you don't have to compile anything manually. |
---|
| 59 | |
---|
| 60 | - If you use Debian: |
---|
| 61 | |
---|
| 62 | ---- |
---|
| 63 | # apt-get install bitlbee-dev |
---|
| 64 | ---- |
---|
| 65 | |
---|
| 66 | and you have to install `bitlbee-skype` from source. |
---|
| 67 | |
---|
| 68 | - Otherwise, you need the latest stable BitlBee release: |
---|
[afe221f] | 69 | |
---|
[0c60f96] | 70 | ---- |
---|
[36fbaa0] | 71 | $ wget http://get.bitlbee.org/src/bitlbee-1.2.tar.gz |
---|
| 72 | $ tar xf bitlbee-1.2.tar.gz |
---|
| 73 | $ cd bitlbee-1.2 |
---|
[0c60f96] | 74 | ---- |
---|
[afe221f] | 75 | |
---|
[d044a5a] | 76 | NOTE: You no longer need additional patches, as of version 1.1.1dev. |
---|
[b8b0bfd] | 77 | |
---|
[afe221f] | 78 | - Now compile and install it: |
---|
| 79 | |
---|
[0c60f96] | 80 | ---- |
---|
[ccb50f5] | 81 | $ ./configure |
---|
| 82 | $ make |
---|
| 83 | # make install install-dev |
---|
[0c60f96] | 84 | ---- |
---|
[afe221f] | 85 | |
---|
| 86 | - Get the plugin code: |
---|
| 87 | |
---|
[0c60f96] | 88 | ---- |
---|
[3b495c0] | 89 | $ wget http://vmiklos.hu/project/bitlbee-skype/bitlbee-skype-@VERSION@.tar.gz |
---|
| 90 | $ tar xf bitlbee-skype-@VERSION@.tar.gz |
---|
| 91 | $ cd bitlbee-skype-@VERSION@ |
---|
[0c60f96] | 92 | ---- |
---|
[afe221f] | 93 | |
---|
[3b495c0] | 94 | It doesn't matter where do you get it, it'll install the plugin to `/usr/local` |
---|
| 95 | by default (that's the location where BitlBee searches for plugins by default). |
---|
[6e97a7a] | 96 | |
---|
[afe221f] | 97 | - Compile and install it: |
---|
| 98 | |
---|
[0c60f96] | 99 | ---- |
---|
[ccb50f5] | 100 | $ ./configure |
---|
| 101 | $ make |
---|
| 102 | # make install |
---|
[0c60f96] | 103 | ---- |
---|
[afe221f] | 104 | |
---|
[c15f71a] | 105 | - Install http://skype4py.sourceforge.net/[Skype4Py]. |
---|
| 106 | |
---|
[52d377d] | 107 | - Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The |
---|
[e65ceaa] | 108 | `username` should be your Skype login and the `password` can be whatever you |
---|
| 109 | want, but you will have to specify that one when adding the Skype account to |
---|
| 110 | BitlBee (see later). |
---|
| 111 | |
---|
[52d377d] | 112 | NOTE: Here, and later - `/usr/local/etc` can be different on your installation |
---|
| 113 | if you used the `--sysconfdir` switch when running bitlbee-skype's `configure`. |
---|
| 114 | |
---|
| 115 | - Generate the SSL pem files: |
---|
| 116 | |
---|
| 117 | ---- |
---|
[ccb50f5] | 118 | # cd /usr/local/etc/skyped |
---|
| 119 | # openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem \ |
---|
[52d377d] | 120 | -keyout skyped.key.pem |
---|
| 121 | ---- |
---|
| 122 | |
---|
[ccb50f5] | 123 | NOTE: Maybe you want to adjust the permissions in the `/usr/local/etc/skyped` |
---|
| 124 | dir. For example make it readable by just your user. |
---|
| 125 | |
---|
[b0d40f5] | 126 | - If both pyopenssl and python-gnutls are available, then python-gnutls |
---|
| 127 | will be used. This behaviour can be overwritten by: |
---|
| 128 | |
---|
| 129 | ---- |
---|
| 130 | $ export SKYPED_NO_GNUTLS=1 |
---|
| 131 | ---- |
---|
| 132 | |
---|
[833eaee] | 133 | - Start `skyped` (the tcp server): |
---|
[afe221f] | 134 | |
---|
[0c60f96] | 135 | ---- |
---|
[ccb50f5] | 136 | $ skyped |
---|
[0c60f96] | 137 | ---- |
---|
[ba20c39] | 138 | |
---|
[4c3a4c8] | 139 | - Start your `IRC` client, connect to BitlBee and add your account: |
---|
[7338d59] | 140 | |
---|
| 141 | ---- |
---|
[789d055] | 142 | account add skype <user> <pass> |
---|
| 143 | account set skype/server localhost |
---|
[7338d59] | 144 | ---- |
---|
| 145 | |
---|
[e65ceaa] | 146 | <user> should be your Skype account name, <pass> should be the one you declared |
---|
[10a42d9] | 147 | in `skyped.conf`. If you want to run skyped on a remote machine, replace |
---|
| 148 | `localhost` with the name of the machine. |
---|
[7338d59] | 149 | |
---|
[9ace502] | 150 | If you are running skyped on a custom port: |
---|
| 151 | |
---|
| 152 | ---- |
---|
| 153 | account set skype/port <port> |
---|
| 154 | ---- |
---|
| 155 | |
---|
[7996794] | 156 | If you want to set your full name (optional): |
---|
| 157 | |
---|
| 158 | ---- |
---|
| 159 | account set skype/display_name "John Smith" |
---|
| 160 | ---- |
---|
| 161 | |
---|
| 162 | If you want to see your skypeout contacts online as well (they are |
---|
| 163 | offline by default): |
---|
| 164 | |
---|
| 165 | ---- |
---|
| 166 | account set skype/skypeout_offline false |
---|
| 167 | ---- |
---|
| 168 | |
---|
[23b84e1] | 169 | == Setting up Skype in a VNC server (optional) |
---|
| 170 | |
---|
| 171 | Optionally, if you want to run Skype on a server, you might want to setup up |
---|
[4c3a4c8] | 172 | a `VNC` server as well. I used `tightvnc` but probably other `VNC` servers will |
---|
[23b84e1] | 173 | work, too. |
---|
| 174 | |
---|
| 175 | First run |
---|
| 176 | |
---|
| 177 | ---- |
---|
[ccb50f5] | 178 | $ vncpasswd ~/.vnc/passwd |
---|
[23b84e1] | 179 | ---- |
---|
| 180 | |
---|
| 181 | and create a password. You will need it at least once. |
---|
| 182 | |
---|
| 183 | Now create `~/.vnc/xstartup` with the following contents: |
---|
| 184 | |
---|
| 185 | ---- |
---|
| 186 | #!/bin/sh |
---|
| 187 | |
---|
[2dbb768] | 188 | twm |
---|
[23b84e1] | 189 | ---- |
---|
| 190 | |
---|
[57087df] | 191 | Adjust the permissions: |
---|
| 192 | |
---|
| 193 | ---- |
---|
[ccb50f5] | 194 | $ chmod +x ~/.vnc/xstartup |
---|
[57087df] | 195 | ---- |
---|
| 196 | |
---|
[23b84e1] | 197 | Then start the server: |
---|
| 198 | |
---|
| 199 | ---- |
---|
[ccb50f5] | 200 | $ vncserver |
---|
[23b84e1] | 201 | ---- |
---|
| 202 | |
---|
[2dbb768] | 203 | Then connect to it, and set up Skype (username, password, enable |
---|
| 204 | auto-login, start skyped and allow the `SkypeApiPythonShell` client when |
---|
| 205 | Skype asks about it). |
---|
[23b84e1] | 206 | |
---|
[dffa24f] | 207 | Please be aware about that Skype has serious memory leak issues. After running |
---|
| 208 | with for a few weeks it may eat >300 MB of memory. Just don't forget to restart |
---|
| 209 | your VNC server regularly. (How ugly.) |
---|
| 210 | |
---|
[123e45a] | 211 | == Features |
---|
[b6d26ac] | 212 | |
---|
[adce2de] | 213 | - Download nicks and away statuses from Skype |
---|
[b6d26ac] | 214 | |
---|
[39a0d64] | 215 | - Noticing joins / parts while we're connected |
---|
| 216 | |
---|
[93ece66] | 217 | - Sending messages |
---|
| 218 | |
---|
[8dd21bb] | 219 | - Receiving messages |
---|
| 220 | |
---|
[72f697b] | 221 | - Receiving away status changes |
---|
| 222 | |
---|
[62bb4e4] | 223 | - `skyped` (the tcp daemon that is a gateway between Skype and tcp) |
---|
[ed2e37f] | 224 | |
---|
[62bb4e4] | 225 | - Error handling when `skyped` is not running and when it exits |
---|
[afe221f] | 226 | |
---|
[62bb4e4] | 227 | - Marking received messages as seen so that Skype won't say there are unread messages |
---|
[440665b] | 228 | |
---|
[6627d92] | 229 | - Adding / removing contacts |
---|
| 230 | |
---|
[23411c6] | 231 | - Set away state when you do a `/away`. |
---|
| 232 | |
---|
[d3cbd17] | 233 | - When you `account off`, Skype will set status to `Offline` |
---|
[348a3a2] | 234 | |
---|
[d3cbd17] | 235 | - When you `account on`, Skype will set status to `Online` |
---|
[348a3a2] | 236 | |
---|
[d3cbd17] | 237 | - Detect when somebody wants to add you and ask for confirmation |
---|
[8dd21bb] | 238 | |
---|
[df9255d] | 239 | - Detect when somebody wants to transfer a file |
---|
| 240 | |
---|
[d6a371e] | 241 | - Group chat support: |
---|
| 242 | |
---|
| 243 | * Detect if we're invited |
---|
| 244 | |
---|
| 245 | * Send / receive group chat messages |
---|
[93ece66] | 246 | |
---|
[ff58445] | 247 | * Invite others (using `/invite <nick>`) |
---|
[c5dd164] | 248 | |
---|
[d6a371e] | 249 | * Part from group chats |
---|
[c5dd164] | 250 | |
---|
[ff58445] | 251 | * Starting a group chat (using `/j #nick`) |
---|
| 252 | |
---|
[e103e73] | 253 | - Topic changes in group chats: |
---|
| 254 | |
---|
| 255 | * Show the current topic (if any) on join |
---|
| 256 | |
---|
| 257 | * Notice when someone changes the topic |
---|
| 258 | |
---|
| 259 | * Support changing the topic using `/topic` |
---|
| 260 | |
---|
[fb36492] | 261 | - Viewing the profile using the `info` command. |
---|
| 262 | |
---|
[a06a0a5] | 263 | - Handling skype actions (when the `CHATMESSAGE` has `EMOTED` type) |
---|
| 264 | |
---|
[6b266f6] | 265 | - Setting your display name using the `nick` command. |
---|
[a06a0a5] | 266 | |
---|
[ccb50f5] | 267 | - Running Skype on a machine different to BitlBee is possible, the |
---|
| 268 | communication is encrypted. |
---|
| 269 | |
---|
[9aed2f1] | 270 | - Managing outgoing calls (with call duration at the end, including |
---|
| 271 | SkypeOut calls if you use a phone number instead of a nick): |
---|
[2eb4b1f] | 272 | |
---|
| 273 | * `account set skype/call nick` |
---|
| 274 | * `account set -del skype/call` |
---|
[123e45a] | 275 | |
---|
[e0074cb] | 276 | - Managing incoming calls via questions, just like when you add / remove |
---|
| 277 | contacts. |
---|
[c5dd164] | 278 | |
---|
[9aed2f1] | 279 | - Querying the current SkypeOut balance: |
---|
| 280 | |
---|
| 281 | * `account set skype/balance query` |
---|
| 282 | |
---|
[e0074cb] | 283 | == What needs to be done (aka. TODO) |
---|
[846ceffb] | 284 | |
---|
[d6a371e] | 285 | - Notice if foo invites bar. Currently you can see only that bar joined. |
---|
| 286 | |
---|
[4285920] | 287 | - Public chats. See link:http://forum.skype.com/index.php?showtopic=98872[this |
---|
| 288 | forum thread], it is still unclear how could it be done for you to be able to |
---|
| 289 | `/join` to a public chat.. |
---|
[d6a371e] | 290 | |
---|
[3511d80] | 291 | - Add `--disable-skyped` and `--disable-plugin` switches in case one wants to |
---|
| 292 | build `bitlbee-skype` only for a public server or only for use with a public |
---|
| 293 | server. |
---|
[fdde7d8] | 294 | |
---|
[0c60f96] | 295 | == I would like to have support for ... |
---|
| 296 | |
---|
[23b84e1] | 297 | If something does not work and it's not in the TODO section, then please |
---|
[e72d869] | 298 | contact me! Please also try the link:HACKING[git version] before reporting a bug, your |
---|
[80d9004] | 299 | problem may be already fixed there. |
---|
[23b84e1] | 300 | |
---|
| 301 | In fact, of course, I wrote this documentation after figured out how to do this |
---|
| 302 | setup, so maybe I left out some steps. If you needed 'any' additional tricks, |
---|
| 303 | then it would be nice to include them here. |
---|
[afe221f] | 304 | |
---|
[f78f949] | 305 | == Known bugs |
---|
| 306 | |
---|
[5652d43] | 307 | - None at this time. |
---|
[f78f949] | 308 | |
---|
[0c60f96] | 309 | == Screenshots |
---|
| 310 | |
---|
[668a122] | 311 | You can reach some screenshots link:shot[here]. |
---|
[ddd3502] | 312 | |
---|
[25d87e4] | 313 | == Additional resources |
---|
[a60c3c2] | 314 | |
---|
[25d87e4] | 315 | You can reach the Changelog link:Changelog[here], and a gitweb interface |
---|
[6f01885] | 316 | http://vmiklos.hu/gitweb/?p=bitlbee-skype.git[here]. |
---|
[a60c3c2] | 317 | |
---|
[c09f90f] | 318 | The Skype API documentation is |
---|
| 319 | https://developer.skype.com/Docs/ApiDoc[here] if you're interested. |
---|
| 320 | |
---|
[ceee9c7] | 321 | |
---|
| 322 | == Testimonials |
---|
| 323 | |
---|
| 324 | ---- |
---|
| 325 | 00:56 < scathe> vmiklos: I like your skype plugin :) |
---|
| 326 | ---- |
---|
| 327 | |
---|
[6774d83] | 328 | ---- |
---|
| 329 | It's really working great so far. |
---|
| 330 | |
---|
| 331 | Good Job and thank you! |
---|
| 332 | Sebastian |
---|
| 333 | ---- |
---|
| 334 | |
---|
[587a921] | 335 | ---- |
---|
| 336 | Big respect for your work, i really appreciate it. |
---|
| 337 | |
---|
| 338 | Martin |
---|
| 339 | ---- |
---|
| 340 | |
---|
[93264f0] | 341 | ---- |
---|
| 342 | Thanks for bitlbee-skype. As a blind Linux user, I cannot use the |
---|
| 343 | skype GUI client because qt apps ar not accessible yet with the |
---|
| 344 | available screen readers. bitlbee-skype allows me to make use of skype |
---|
| 345 | without having to interact much with the GUI client, which helps me a |
---|
| 346 | lot. |
---|
| 347 | |
---|
| 348 | Lukas |
---|
| 349 | ---- |
---|
| 350 | |
---|
[e3d0b10] | 351 | ---- |
---|
| 352 | 02:12 < newton> i must say, i love this little bee ;) |
---|
| 353 | 02:15 < newton> tried it out today with the skype plugin, good work! |
---|
| 354 | ---- |
---|
| 355 | |
---|
[65e4020] | 356 | == Thanks |
---|
| 357 | |
---|
| 358 | for the following people: |
---|
| 359 | |
---|
[e49da25] | 360 | * Wilmer van der Gaast, for answering questions about the BitlBee plugin interface |
---|
[65e4020] | 361 | |
---|
[56a3616] | 362 | * Arkadiusz Wahlig, author of skype4py, for making suggestions to skyped |
---|
[65e4020] | 363 | |
---|
[9834597] | 364 | * Gabor Adam Toth (tg), for noticing extra code is needed to handle multiline |
---|
| 365 | messages |
---|
| 366 | |
---|
| 367 | * Cristobal Palmer (tarheelcoxn), for helping to testing the plugin in a |
---|
| 368 | timezone different to mine |
---|
[65e4020] | 369 | |
---|
[4834307] | 370 | * Risko Gergely, for his SkypeOut ideas |
---|
| 371 | |
---|
[437ddf5] | 372 | * people on `#bitlbee` for feedback |
---|
| 373 | |
---|
[eb9cbb8] | 374 | Back to my link:/projects[projects page]. |
---|
| 375 | |
---|
[0c60f96] | 376 | // vim: ft=asciidoc |
---|