comparison ChangeLog.API @ 27006:d31af94a715d

Use the jabber-sending-xmlnode signal to send all XMPP stanzas. Allows plugins to send stanzas instead of stringifying+send_raw; allows other plugins to see the sending stanzas. This may be a little hacky; I'm on the fence.
author Paul Aurich <paul@darkrain42.org>
date Wed, 03 Jun 2009 06:45:25 +0000
parents 92565c8e1e3a
children af4a4ebc6441
comparison
equal deleted inserted replaced
27005:8502d69e45ed 27006:d31af94a715d
14 * account-created 14 * account-created
15 * account-destroying 15 * account-destroying
16 * blist-node-added and blist-node-removed signals (see 16 * blist-node-added and blist-node-removed signals (see
17 blist-signals.dox) 17 blist-signals.dox)
18 * Jabber plugin signals (see jabber-signals.dox) 18 * Jabber plugin signals (see jabber-signals.dox)
19 * Plugins may now emit the jabber-sending-xmlnode signal in order
20 to send stanzas; this method is preferred to the prpl send_raw
21 function as other plugins listening to the signal see them.
19 * purple_buddy_destroy 22 * purple_buddy_destroy
20 * purple_buddy_get_protocol_data 23 * purple_buddy_get_protocol_data
21 * purple_buddy_set_protocol_data 24 * purple_buddy_set_protocol_data
22 * purple_buddy_get_local_buddy_alias 25 * purple_buddy_get_local_buddy_alias
23 * purple_blist_get_buddies 26 * purple_blist_get_buddies