comparison libpurple/protocols/myspace/README @ 17333:58fa76501227

Remove outdated TODO from README.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 18 Jun 2007 02:34:10 +0000
parents 68f6611d6589
children d87916bd1d73
comparison
equal deleted inserted replaced
17332:d198d62c5ff5 17333:58fa76501227
1 MySpaceIM Protocol Plugin by Jeff Connelly 20070414 1 MySpaceIM Protocol Plugin by Jeff Connelly 20070414
2 2
3 ** Note: this code is being developed under Google Summer of Code.
4 3
5 Greetings. This package contains a plugin for libpurple (as used in 4 Greetings. This package contains a plugin for libpurple (as used in
6 Pidgin, formerly Gaim) to connect to the new MySpaceIM instant messaging 5 Pidgin, formerly Gaim) to connect to the new MySpaceIM instant messaging
7 network and send/receive messages. Functionality is only basic as of yet, 6 network and send/receive messages. Functionality is only basic as of yet,
8 and this code should be considered beta quality. 7 and this code should be considered alpha quality.
8
9 This code is being developed under Google Summer of Code 2007.
9 10
10 For features and TODO, see http://developer.pidgin.im/wiki/MySpaceIM 11 For features and TODO, see http://developer.pidgin.im/wiki/MySpaceIM
12
13 Usage:
11 14
12 Login using your _email address_ you use to login to myspace.com. You can't 15 Login using your _email address_ you use to login to myspace.com. You can't
13 login using your numeric ID or alias. 16 login using your numeric ID or alias.
14 17
15 To test it out, send a message to yourself (by your username or numeric 18 To test it out, send a message to yourself (by your username or numeric
16 uid (email not yet supported)) or tom (6221). In either case you should 19 uid (email not yet supported)) or tom (6221). In either case you should
17 get a reply. You should also be able to talk to other MySpaceIM users if 20 get a reply. You should also be able to talk to other MySpaceIM users if
18 you desire. Replies will always be shown as coming from a user's username, 21 you desire. Replies will always be shown as coming from a user's username,
19 even if you IM by email or userid. 22 even if you IM by email or userid.
20 23
21 There is a lot of work still to be done:
22 - Better buddy list support, signing on/off
23 - Status (online/offline/invisible, w/ message)
24 - Typing notifications
25 - General clean up of code
26 - All the TODOs and XXX's mentioned in myspace.c
27 - Every other MySpaceIM feature not yet implemented
28
29 Feedback welcome. 24 Feedback welcome.
30 25
31 Enjoy, 26 Enjoy,
32 -Jeff Connelly 27 -Jeff Connelly
33 California Polytechnic State University at San Luis Obispo 28 California Polytechnic State University at San Luis Obispo