Mercurial > pidgin
annotate PLUGIN_HOWTO @ 32510:b441fd23e5bb
*** Plucked rev 13d6e924c9257b20e21050646cab88043bdb2e15 (markdoliner@pidgin.im):
Allow signing on with usernames containing periods and
underscores. Allow adding buddies containing periods
and underscores.
Fixes #13500.
*** Plucked rev 9bc480e430c705484b95bc77407b0956800cdab4 (grim@pidgin.im):
Fix mark's commit and allow aim accounts to work again
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 13 Feb 2012 03:51:01 +0000 |
parents | db5a58aabe38 |
children |
rev | line source |
---|---|
15934 | 1 For information on writing a plugin for Purple, Pidgin or Finch, go |
28030
db5a58aabe38
Wrap this file more consistently.
Richard Laager <rlaager@wiktel.com>
parents:
16176
diff
changeset
|
2 http://developer.pidgin.im and click on API. From there, see the |
db5a58aabe38
Wrap this file more consistently.
Richard Laager <rlaager@wiktel.com>
parents:
16176
diff
changeset
|
3 HOWTOs in the "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. |