comparison ChangeLog @ 31307:9d8a47ca14a1

jabber: Add support for joining a room based not on the current server. An extension of a patch from Solarius, mcepl, and wyuka; I added in jabber_id_new parsing. Fixes #4526. I'll tweak the context help after the string freeze.
author Paul Aurich <paul@darkrain42.org>
date Sun, 06 Mar 2011 22:53:15 +0000
parents 814ddf7d1071
children f178a7df417a
comparison
equal deleted inserted replaced
31306:b44e3c2e83e1 31307:9d8a47ca14a1
26 XMPP: 26 XMPP:
27 * Fix building on platforms with an older glib (inadvertantly broken in 27 * Fix building on platforms with an older glib (inadvertantly broken in
28 2.7.10). (#13329) 28 2.7.10). (#13329)
29 * Don't treat the on-join status storms as 'new arrivals'. (Thijs 29 * Don't treat the on-join status storms as 'new arrivals'. (Thijs
30 Alkemade) (#a14527) 30 Alkemade) (#a14527)
31 * Extend the /join command to support room JIDs, enabling you to join
32 a room on any server. (Solarius, Matěj Cepl, wyuka) (#4526)
31 33
32 version 2.7.10 (02/06/2011): 34 version 2.7.10 (02/06/2011):
33 General: 35 General:
34 * Force video sources to all have the same capabilities. This reduces the 36 * Force video sources to all have the same capabilities. This reduces the
35 number of times video must be scaled down, saving CPU time. (Jakub Adam) 37 number of times video must be scaled down, saving CPU time. (Jakub Adam)