Mercurial > pidgin
annotate PLUGIN_HOWTO @ 24796:c2054d8d23fc
Set the server alias for myspace buddies who haven't set their username.
This just keeps us from showing their less-than-useful user id.
I really feel like myspace buddy names should be their ID#, and we should
set their server alias to either their user name or their display name.
The way we do it now we have to do a LOT of tricks and callbacks and stuff
to lookup the username before adding users to the buddy list. It just
doesn't seem worth it. The server alias exists for a reason.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 17 Dec 2008 05:39:11 +0000 |
parents | 83ec0b408926 |
children | db5a58aabe38 |
rev | line source |
---|---|
15934 | 1 For information on writing a plugin for Purple, Pidgin or Finch, go |
16176
83ec0b408926
Beat some older documentation into submission.
Richard Laager <rlaager@wiktel.com>
parents:
15934
diff
changeset
|
2 http://developer.pidgin.im and click on API. From there, see the HOWTOs in the |
83ec0b408926
Beat some older documentation into submission.
Richard Laager <rlaager@wiktel.com>
parents:
15934
diff
changeset
|
3 "Related Pages" section. |
14505 | 4 |
5 You can also generate this documentation locally by installing | |
15934 | 6 doxygen and graphviz dot, then running "make docs" in the |
14505 | 7 source tree. The documentation will be in the docs/html directory. |