- Timestamp:
- 2007-08-20T16:45:05Z (17 years ago)
- Branches:
- master
- Children:
- d1c9e35
- Parents:
- ed2e37f
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
red2e37f r0c60f96 7 7 clean: 8 8 rm -f skype.so 9 10 doc: 11 ln -s README HEADER.txt 12 asciidoc -a toc -a numbered HEADER.txt 13 rm HEADER.txt -
skype/README
red2e37f r0c60f96 1 Hello, 1 = Skype plugin for BitlBee 2 Miklos Vajna <vmiklos@frugalware.org> 2 3 3 This plugin allows you to add Skype support to BitlBee. It's mainly written by 4 Miklos Vajna <vmiklos@frugalware.org>. 5 6 How to set it up: 4 == How to set it up: 7 5 8 6 - You need the BitlBee bzr branch: 9 7 8 ---- 10 9 bzr branch http://code.bitlbee.org/bitlbee/ 10 ---- 11 11 12 12 - You need to enable plugin support: 13 13 14 ---- 14 15 http://frugalware.org/~vmiklos/patches/bitlbee-configure-plugins.patch 16 ---- 15 17 16 18 - To be able to do an install-dev: 17 19 20 ---- 18 21 http://frugalware.org/~vmiklos/patches/bitlbee-makefile-headers.patch 22 ---- 19 23 20 24 - Now compile and install it: 21 25 26 ---- 22 27 ./configure --prefix=/usr 23 28 make 24 29 make install install-dev 30 ---- 25 31 26 32 - Get the plugin code: 27 33 34 ---- 28 35 git clone http://ftp.frugalware.org/pub/other/people/vmiklos/bitlbee-skype 36 ---- 29 37 30 38 - Compile and install it: 31 39 40 ---- 32 41 make 33 42 cp skype.so /usr/lib/bitlbee 43 ---- 34 44 35 45 - Start skyped (the tcp server): 36 46 47 ---- 37 48 python skyped.py 49 ---- 38 50 39 51 NOTE: It's important to start skyped on the same machine and using the same 40 52 user as you run Skype as it uses the session DBus for communication! 41 53 42 What works:54 == What works: 43 55 44 56 - Download nicks and away statuses from Skype … … 52 64 - Error handling when skyped is not running and when it exists 53 65 54 What needs to be done (aka. TODO): 55 56 - convert this readme to asciidoc 66 == What needs to be done (aka. TODO): 57 67 58 68 - we can't ourselves join to &bitlbee (ignore such a message from skype) … … 68 78 - maybe on account on/off, change our state from/to offline? so that we won't miss any message 69 79 80 == I would like to have support for ... 81 70 82 If something does not work and it's not in the TODO section, then please contact me! 71 83 72 Shots at: 84 == Screenshots 73 85 74 http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/ 86 You can reach some screenshots http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/[here]. 87 88 // vim: ft=asciidoc
Note: See TracChangeset
for help on using the changeset viewer.