Mercurial > pidgin.yaz
annotate libpurple/protocols/myspace/README @ 29638:22b8a92fb5ee
Adds attention UI to Pidgin (can send attentions using a menu item)
API to "fire" an attention on a conversation, triggering signals.
Currently gtksound is set up to use the alert sound for received and sent
attentions.
Refs #2788
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 20 Oct 2008 18:44:06 +0000 |
parents | 35da6d99d7f0 |
children | c7d9d10557a9 |
rev | line source |
---|---|
19349
35da6d99d7f0
Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
18886
diff
changeset
|
1 MySpaceIM Protocol Plugin for Libpurple by Jeff Connelly 20070807 |
16395 | 2 |
3 | |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
4 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
|
5 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
|
6 network and send/receive messages. Functionality is only basic as of yet, |
17390
58fa76501227
Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16735
diff
changeset
|
7 and this code should be considered alpha quality. |
58fa76501227
Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16735
diff
changeset
|
8 |
19349
35da6d99d7f0
Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
18886
diff
changeset
|
9 This code was initially developed under Google Summer of Code 2007. |
16395 | 10 |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
11 For features and TODO, see http://developer.pidgin.im/wiki/MySpaceIM |
16395 | 12 |
18886
c9da1580687c
Use a better directory layout for the Win32 archive, now you can just unzip
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17923
diff
changeset
|
13 Windows installation: Unzip the archive to C:\Program Files\Pidgin |
c9da1580687c
Use a better directory layout for the Win32 archive, now you can just unzip
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17923
diff
changeset
|
14 Unix/source installation: run "make install" |
c9da1580687c
Use a better directory layout for the Win32 archive, now you can just unzip
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17923
diff
changeset
|
15 |
17390
58fa76501227
Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16735
diff
changeset
|
16 Usage: |
58fa76501227
Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16735
diff
changeset
|
17 |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
18 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
|
19 login using your numeric ID or alias. |
16395 | 20 |
16735
68f6611d6589
Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16395
diff
changeset
|
21 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
|
22 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
|
23 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
|
24 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
|
25 even if you IM by email or userid. |
16395 | 26 |
18886
c9da1580687c
Use a better directory layout for the Win32 archive, now you can just unzip
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
17923
diff
changeset
|
27 Feedback welcome. You can IM my test account at "msimprpl" if you feel like it. |
16395 | 28 |
29 Enjoy, | |
30 -Jeff Connelly | |
19349
35da6d99d7f0
Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
18886
diff
changeset
|
31 msimprpl@xyzzy.cjb.net |
16395 | 32 |