annotate libpurple/protocols/myspace/README @ 16724:68f6611d6589

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