Mercurial > pidgin
annotate PLUGIN_HOWTO @ 17316:2aff11bb5e72
Several small changes to work towards a working msim_remove_buddy():
(Note: I'm not there yet)
Change MsimSession.userid to an integer.
Change msim_postprocess_outgoing() to accept a format string in the _uid_field_name field, having "%d" replaced with the userid (instead of adding a new field with the userid). Added so that the "body" field can be postprocessed.
Enable msim_remove_buddy() to send the persistance buddy delete message,
but it does not yet work.
Add msim_new_reply_callback() for setting up a persistance reply callback,
instead of having to manually insert into the hash tables.
Add msim_msg_get_own_uid{,_cb}() to get our own userid.
Rename MG_YOUR_MYSPACE_INFO to MG_OWN_MYSPACE_INFO.
| author | Jeffrey Connelly <jaconnel@calpoly.edu> |
|---|---|
| date | Wed, 13 Jun 2007 21:21:48 +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. |
