Mercurial > pidgin.yaz
annotate README.mingw @ 17373: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 | 416a125b66ac |
children |
rev | line source |
---|---|
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
1 How to build Pidgin for Windows using MinGW |
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
2 ============================= |
3630 | 3 |
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
4 For the latest build instructions, please refer to: |
3630 | 5 |
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
6 http://developer.pidgin.im/wiki/BuildingWinPidgin |