Mercurial > pidgin
comparison libpurple/protocols/myspace/README @ 25911:0c7b74fc558e
Lots of minor whitespace and comment changes:
* Removed stray whitespace
* Changed a few places that used space indentation to use tabs
* Changed some places that used tabs for alignment in the middle
of a line of code to use spaces
* Use two tabs to indent code that spans more than one line instead of
a few tabs and a few spaces in an effort to align the subsequent lines
with the initial one
* Changed "#ifdef _BLAH_H" to "#ifdef BLAH_H" because an underscore
followed by a capital letter is reserved for use by the compiler and
system libraries.
I also changed the path to the sound theme.xml file from
root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-loader");
to
root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-theme-loader");
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 Jan 2009 22:55:23 +0000 |
parents | c7d9d10557a9 |
children |
comparison
equal
deleted
inserted
replaced
25910:3d8c53f3108e | 25911:0c7b74fc558e |
---|---|
1 MySpaceIM Protocol Plugin for Libpurple by Jeff Connelly 20070807 | 1 MySpaceIM Protocol Plugin for libpurple by Jeff Connelly 2007-08-07 |
2 | |
3 | 2 |
4 Greetings. This package contains a plugin for libpurple (as used in | 3 Greetings. This package contains a plugin for libpurple (as used in |
5 Pidgin, formerly Gaim) to connect to the new MySpaceIM instant messaging | 4 Pidgin, formerly Gaim) to connect to the new MySpaceIM instant messaging |
6 network and send/receive messages. Functionality is only basic as of yet, | 5 network and send/receive messages. Functionality is only basic as of yet, |
7 and this code should be considered alpha quality. | 6 and this code should be considered alpha quality. |
8 | 7 |
9 This code was initially developed under Google Summer of Code 2007. | 8 This code was initially developed under Google Summer of Code 2007. |
10 | 9 |
11 For features and TODO, see http://developer.pidgin.im/wiki/MySpaceIM | 10 For features and TODO, see http://developer.pidgin.im/wiki/MySpaceIM |
13 Usage: | 12 Usage: |
14 | 13 |
15 Login using your _email address_ you use to login to myspace.com. You can't | 14 Login using your _email address_ you use to login to myspace.com. You can't |
16 login using your numeric ID or alias. | 15 login using your numeric ID or alias. |
17 | 16 |
18 To test it out, send a message to yourself (by your username or numeric | 17 To test it out, send a message to yourself (by your username or numeric |
19 uid (email not yet supported)) or tom (6221). In either case you should | 18 uid (email not yet supported)) or tom (6221). In either case you should |
20 get a reply. You should also be able to talk to other MySpaceIM users if | 19 get a reply. You should also be able to talk to other MySpaceIM users if |
21 you desire. Replies will always be shown as coming from a user's username, | 20 you desire. Replies will always be shown as coming from a user's username, |
22 even if you IM by email or userid. | 21 even if you IM by email or userid. |
23 | 22 |
24 Feedback welcome. You can IM my test account at "msimprpl" if you feel like it. | 23 Feedback welcome. You can IM my test account at "msimprpl" if you feel like it. |
25 | 24 |
26 Enjoy, | 25 Enjoy, |
27 -Jeff Connelly | 26 -Jeff Connelly |
28 msimprpl@xyzzy.cjb.net | 27 msimprpl@xyzzy.cjb.net |
29 |