source: skype/README @ afe221f

Last change on this file since afe221f was afe221f, checked in by VMiklos <vmiklos@…>, at 2007-08-20T13:53:22Z

README: some more docs, still incomplete

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[afe221f]1Hello,
2
3This plugin allows you to add Skype support to BitlBee. It's mainly written by
4Miklos Vajna <vmiklos@frugalware.org>.
5
6How to set it up:
7
8- You need the BitlBee bzr branch:
9
10bzr branch http://code.bitlbee.org/bitlbee/
11
12- You need to enable plugin support:
13
14http://frugalware.org/~vmiklos/patches/bitlbee-configure-plugins.patch
15
16- To be able to do an install-dev:
17
18http://frugalware.org/~vmiklos/patches/bitlbee-makefile-headers.patch
19
20- Now compile and install it:
21
22./configure --prefix=/usr
23make
24make install install-dev
25
26- Get the plugin code:
27
28git clone http://ftp.frugalware.org/pub/other/people/vmiklos/bitlbee-skype
29
30- Compile and install it:
31
32make
33cp skype.so /usr/lib/bitlbee
34
35- Set up the tcp server:
36
37FIXME
38
[b6d26ac]39What works:
40
[adce2de]41- Download nicks and away statuses from Skype
[b6d26ac]42
[93ece66]43- Sending messages
44
[8dd21bb]45- Receiving messages
46
[afe221f]47What needs to be done (aka. TODO):
48
49- import the daemon code
[b6d26ac]50
[8dd21bb]51- mark received messages as read so that skype won't say there are unread messages
52
[592f824]53- Away status changes (send / receive)
[b6d26ac]54
55- join / parts
56
[93ece66]57- add/remove users, detect when somebody wants to add us (maybe detect when we're removed?)
58
[8dd21bb]59- maybe on account on/off, change our state from/to offline? so that we won't miss any message
60
[afe221f]61- handle the case when the tcp server is not running (currently SIGPIPE is not handled at all by the plugin)
62
63If something does not work and it's not in the TODO section, then please contact me!
64
[ddd3502]65Shots at:
66
67http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/
Note: See TracBrowser for help on using the repository browser.