I know it's old but this is a linux solution.
All you need is a xmpp (jabber) enabled IM
The only problem is that ql changes your xmpp password every login so you need some automated method of obtaining it. In windows you can do this using Luigi Auriemma's C program
In linux you can use my simple bash script (using curl). Just fill it with your ql account data.
xmpp-server: xmpp.quakelive.com
xmpp-jid: <your-ql-username>@xmpp.quakelive.com
xmpp-password: <quakelivexmpp.sh-output>
If you are able to automatically feed your im with password then pls post the solution here.
All you need is a xmpp (jabber) enabled IM
The only problem is that ql changes your xmpp password every login so you need some automated method of obtaining it. In windows you can do this using Luigi Auriemma's C program
In linux you can use my simple bash script (using curl). Just fill it with your ql account data.
xmpp-server: xmpp.quakelive.com
xmpp-jid: <your-ql-username>@xmpp.quakelive.com
xmpp-password: <quakelivexmpp.sh-output>
If you are able to automatically feed your im with password then pls post the solution here.
- Attached Utility: 86225-quakelivexmpp.sh (7 Apr 2012, 0KB, 90 downloads)
Mon | Tue | Wed | Thu | Fri | Sat | Sun |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Edited by fau at 09:26 CDT, 7 April 2012 - 7366 Hits
Anyway, pidgin accepts --config=dir and --login=name and uses accounts.xml file, so you can have your script copy a template directory, replace a _password_ in accounts.xml and should be good to go.