Mercurial > pidgin.yaz
annotate libpurple/protocols/myspace/README @ 17349:2d9d53b509fd
In debug messages about unknown message element types, display character in addition to numeric code.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 03 Jun 2007 01:55:50 +0000 |
parents | 68f6611d6589 |
children | 58fa76501227 |
rev | line source |
---|---|
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
1 MySpaceIM Protocol Plugin by Jeff Connelly 20070414 |
16395 | 2 |
3 ** Note: this code is being developed under Google Summer of Code. | |
4 | |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
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:
16395
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:
16395
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:
16395
diff
changeset
|
8 and this code should be considered beta quality. |
16395 | 9 |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
10 For features and TODO, see http://developer.pidgin.im/wiki/MySpaceIM |
16395 | 11 |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
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:
16395
diff
changeset
|
13 login using your numeric ID or alias. |
16395 | 14 |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
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:
16395
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:
16395
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:
16395
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:
16395
diff
changeset
|
19 even if you IM by email or userid. |
16395 | 20 |
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. | |
30 | |
31 Enjoy, | |
32 -Jeff Connelly | |
33 California Polytechnic State University at San Luis Obispo | |
34 myspaceim@xyzzy.cjb.net | |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
35 jeff2@homing.pidgin.im |
16395 | 36 |