Mercurial > pidgin.yaz
comparison ChangeLog @ 27683:f95bcb5eb047
Support connecting to IDNA XMPP domains.
Also fix two small issues: an invalid write in jabber_close when
there is no open connection and the fact that jabber_id_new is now
much more restrictive and won't validate "foo@bar.com/", which is what
the PurpleAccount username looks like (since Pidgin defaults to an
empty Resource).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 18 Jul 2009 07:23:09 +0000 |
parents | 386265b369c9 |
children | 5299547556ae |
comparison
equal
deleted
inserted
replaced
27682:386265b369c9 | 27683:f95bcb5eb047 |
---|---|
110 * For contacts who advertise Entity Capabilities, only send rich text | 110 * For contacts who advertise Entity Capabilities, only send rich text |
111 markup if they support it. | 111 markup if they support it. |
112 * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091 | 112 * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091 |
113 (Legacy Entity Time). | 113 (Legacy Entity Time). |
114 * When the GNU IDN library (libidn) is available, it is used for | 114 * When the GNU IDN library (libidn) is available, it is used for |
115 normalization of Jabber IDs. When unavailable, internal routines are | 115 normalization of Jabber IDs and support for internationalized domain |
116 used (as in previous versions). | 116 names (IDNA). When unavailable, internal routines are used (as in |
117 previous versions) for normalization and IDNA is unavailable. | |
117 | 118 |
118 Yahoo!/Yahoo! JAPAN: | 119 Yahoo!/Yahoo! JAPAN: |
119 * P2P file transfers. (Sulabh Mahajan) | 120 * P2P file transfers. (Sulabh Mahajan) |
120 * Sending text messages (address to +<countrycode><phone number>). | 121 * Sending text messages (address to +<countrycode><phone number>). |
121 (Sulabh Mahajan) | 122 (Sulabh Mahajan) |