Mercurial > hg > anonet-resdb
comparison contrib/splice3/TOOLS/IM-STEAL/README @ 674:facca0ed1402 draft
Fixed bug on im-steal.c in splice3's tools
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 15 Oct 2011 22:48:52 -0500 |
parents | 71e998951fbf |
children |
comparison
equal
deleted
inserted
replaced
673:1297e7aa65c6 | 674:facca0ed1402 |
---|---|
5 | 5 |
6 USAGE: | 6 USAGE: |
7 im-steal <prpl-protocol> <username> <password> | 7 im-steal <prpl-protocol> <username> <password> |
8 | 8 |
9 SPLICE3 USAGE: | 9 SPLICE3 USAGE: |
10 splice3 | 10 |
11 --command='im-steal <prpl-protocol> <username> PASSWORD' | 11 splice3 --command='im-steal <prpl-protocol> <username> PASSWORD' --<modules> --test='Account Connected' |
12 --<modules> | |
13 --test='Account Connected' | |
14 | 12 |
15 DEPENDS: | 13 DEPENDS: |
16 libpurple-dev, libpurple | 14 libpurple-dev, libpurple |
17 | 15 |
18 INSTALL: | 16 INSTALL: |
19 gcc `pkg-config --libs glib-2.0` -I /usr/include/libpurple/ | 17 |
20 -I /usr/include/glib-2.0/ -I /usr/lib/glib-2.0/include/ | 18 gcc `pkg-config --libs glib-2.0` -I /usr/include/libpurple/ -I /usr/include/glib-2.0/ -I /usr/lib/glib-2.0/include/ -lpurple im-steal.c -o /usr/bin/im-steal |
21 -lpurple im-steal.c -o /usr/bin/im-steal | |
22 | 19 |
23 UNINSTALL: | 20 UNINSTALL: |
24 rm /usr/bin/im-steal | 21 |
22 rm /usr/bin/im-steal | |
25 | 23 |
26 PRPL-PROTOCOL: | 24 PRPL-PROTOCOL: |
27 libpurple requires and allows several prpl-* arguments | 25 libpurple requires and allows several prpl-* arguments |
28 to call various instant messenger protocols. | 26 to call various instant messenger protocols. |
29 | 27 |