Mercurial > pidgin.yaz
changeset 31804:0362da30c62a
propagate from branch 'im.pidgin.pidgin.mxit' (head d2621e74f4d5c342cc30a7e49c8a05121f05050a)
to branch 'im.pidgin.pidgin' (head 87366dcb07a9cec63d96165e863ec07ccbc83324)
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 13 Mar 2011 17:40:04 +0000 |
parents | ae391615dc52 (current diff) 8a675683fcea (diff) |
children | 017b7ff5a894 |
files | ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Mar 13 17:36:27 2011 +0000 +++ b/ChangeLog Sun Mar 13 17:40:04 2011 +0000 @@ -33,6 +33,15 @@ * Fix bug that prevented added buddies to your buddy list in certain circumstances. (#13298) + MXit: + * MXit plugin and reported client version now follow the libpurple + version. + * Don't try to request profile information for non-user contacts. + * Allow Re-Invite for contacts in Deleted or Rejected state. + * Ensure we don't send packets too fast to the MXit server and trigger + its flood-detection mechanism. Also increased the internal packet queue + to 32 packets. + XMPP: * Fix building on platforms with an older glib (inadvertantly broken in 2.7.10). (#13329)