comparison ChangeLog @ 29045:4e7fd81a39c6

jabber: Fix getting info on your own JID, under some circumstances. Prosody doesn't stamp a 'from' on responses from one's own bare JID (and the spec does not require it), so neither of these functions can rely on 'from' being non-NULL. Of course, we shouldn't be sending an NS_LAST_ACTIVITY to our own bare JID, but that's another issue.
author Paul Aurich <paul@darkrain42.org>
date Sun, 14 Feb 2010 23:56:00 +0000
parents a51d06bee84a
children 031fd1cd88df
comparison
equal deleted inserted replaced
29044:89858e3a0464 29045:4e7fd81a39c6
47 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only 47 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only
48 available when built without Cyrus SASL support. 48 available when built without Cyrus SASL support.
49 * When getting info on a domain-only (server) JID, show uptime 49 * When getting info on a domain-only (server) JID, show uptime
50 (when given by the result of the "last query") and don't show status as 50 (when given by the result of the "last query") and don't show status as
51 offline. 51 offline.
52 * Fix getting info on your own JID.
52 * Wrap XHTML messages in <p>, as described in XEP-0071, for compatibility 53 * Wrap XHTML messages in <p>, as described in XEP-0071, for compatibility
53 with some clients. 54 with some clients.
54 * Don't do an SRV lookup for a STUN server associated with the account 55 * Don't do an SRV lookup for a STUN server associated with the account
55 if one is already set globally in prefs. 56 if one is already set globally in prefs.
56 * Don't send custom smileys larger than the recommended maximum object size 57 * Don't send custom smileys larger than the recommended maximum object size