annotate libpurple/protocols/myspace/README @ 24778:5f8e8b89b143

Remove a bunch of calls to msim_msg_dump(). I find it really annoying that incoming messages get printed multiple times. The entire thing is printed in msim_parse(), so why would we want to print it anywhere else?
author Mark Doliner <mark@kingant.net>
date Tue, 16 Dec 2008 21:31:05 +0000
parents c7d9d10557a9
children 0c7b74fc558e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
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
16724
68f6611d6589 Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16394
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: 16394
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: 16394
diff changeset
6 network and send/receive messages. Functionality is only basic as of yet,
17333
58fa76501227 Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16724
diff changeset
7 and this code should be considered alpha quality.
58fa76501227 Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16724
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.
16394
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
10
16724
68f6611d6589 Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16394
diff changeset
11 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
12
17333
58fa76501227 Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16724
diff changeset
13 Usage:
58fa76501227 Remove outdated TODO from README.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16724
diff changeset
14
16724
68f6611d6589 Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16394
diff changeset
15 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
16 login using your numeric ID or alias.
16394
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
17
16724
68f6611d6589 Add note about logging in using email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16394
diff changeset
18 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
19 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
20 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
21 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
22 even if you IM by email or userid.
16394
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
23
18886
c9da1580687c Use a better directory layout for the Win32 archive, now you can just unzip
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 17680
diff changeset
24 Feedback welcome. You can IM my test account at "msimprpl" if you feel like it.
16394
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
25
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
26 Enjoy,
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
27 -Jeff Connelly
19349
35da6d99d7f0 Update for 0.15 for GSoC final release for Google.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 18886
diff changeset
28 msimprpl@xyzzy.cjb.net
16394
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
29