adium 2397:232d46df5a1a: im.pidgin.adium at c9943e60f9aee7327f1f...
commits at adium.im
commits at adium.im
Fri May 29 16:28:59 UTC 2009
details: http://hg.adium.im/adium/rev/232d46df5a1a
revision: 2397:232d46df5a1a
author: Zachary West <zacw at adium.im>
date: Fri May 29 12:27:44 2009 -0400
im.pidgin.adium at c9943e60f9aee7327f1fedd0e4c6f54ae2ebcc1e.
Not a lot of changes, but adds Jabber push notifications about block/unblock, and fixes /me showing up from weird in IRC private chats. Fixes #12151.
diffs (15 lines):
diff -r 12a69dfc8a9d -r 232d46df5a1a Frameworks/libpurple.framework/Versions/0.6.0/Headers/jabber.h
--- a/Frameworks/libpurple.framework/Versions/0.6.0/Headers/jabber.h Fri May 29 12:04:00 2009 -0400
+++ b/Frameworks/libpurple.framework/Versions/0.6.0/Headers/jabber.h Fri May 29 12:27:44 2009 -0400
@@ -347,6 +347,9 @@
void jabber_login(PurpleAccount *account);
void jabber_close(PurpleConnection *gc);
void jabber_idle_set(PurpleConnection *gc, int idle);
+void jabber_blocklist_parse_push(JabberStream *js, const char *from,
+ JabberIqType type, const char *id,
+ xmlnode *child);
void jabber_request_block_list(JabberStream *js);
void jabber_add_deny(PurpleConnection *gc, const char *who);
void jabber_rem_deny(PurpleConnection *gc, const char *who);
diff -r 12a69dfc8a9d -r 232d46df5a1a Frameworks/libpurple.framework/Versions/0.6.0/libpurple
Binary file Frameworks/libpurple.framework/Versions/0.6.0/libpurple has changed
More information about the commits
mailing list