comparison libpurple/protocols/myspace/README @ 16395:05e2df434077

Import msimprpl 0.4.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 21 Apr 2007 03:15:48 +0000
parents
children 68f6611d6589
comparison
equal deleted inserted replaced
16394:a7a0f0f371b4 16395:05e2df434077
1 MySpaceIM Protocol Plugin 0.3 by Jeff Connelly 20070414
2
3 ** Note: this code is being developed under Google Summer of Code.
4
5 Greetings. This package contains a plugin for Gaim (now named Pidgin, but
6 the plugin does not yet take this into consideration) to connect to the new
7 MySpaceIM instant messaging network and send/receive messages. Functionality
8 is only basic as of yet, and this code should be considered beta quality.
9
10 Currently implemented:
11
12 - Parsing most of the protocol
13 - Logging in using RC4/SHA1-based authentication
14 - Sending messages, by numeric userid, username, or email
15 - Receiving messages (displays username)
16 - Some buddy list support (show all users on buddy list as username); not stable
17 - Tooltip text (shows, among other things, currently playing song)
18 - Win32 support
19
20 To try it out, login to your account and send a message to yourself
21 (by your username or numeric uid (email not yet supported)) or tom (6221).
22 In either case you should get a reply. You should also be able to talk to
23 other MySpaceIM users if you desire. Replies will always be shown as coming
24 from a user's username, even if you IM by email or userid.
25
26 There is a lot of work still to be done:
27 - Better buddy list support, signing on/off
28 - Status (online/offline/invisible, w/ message)
29 - Typing notifications
30 - Use Nathan Peterson's RC4 in cipher.c
31 - General clean up of code
32 - All the TODOs and XXX's mentioned in myspace.c
33 - Every other MySpaceIM feature not yet implemented
34
35 Feedback welcome.
36
37 Enjoy,
38 -Jeff Connelly
39 California Polytechnic State University at San Luis Obispo
40 myspaceim@xyzzy.cjb.net
41