-
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Apr 2016 00:07:11 +0800
index: put message carbons to correct chat window
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 15 Apr 2016 23:48:29 +0800
index: enable carbons (XEP-0280), if supported by server
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 15 Apr 2016 23:39:29 +0800
index: support receiving carbons (XEP-0280)
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 15 Apr 2016 23:13:05 +0800
register: validate avatar file (size and mime type)
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 15 Apr 2016 23:10:28 +0800
register: rename vCard-related things to use the more general "profile"
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 15 Apr 2016 21:57:27 +0800
Tram: configurable sendIQ timeout (default 5 seconds)
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Apr 2016 18:44:28 +0800
index: send presence only after all preparations
Currently the preparations include getting server version and features, and
getting roster items.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Apr 2016 18:38:43 +0800
index: add callbacks to getServerVersion() and getServerInfo()
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Apr 2016 02:05:24 +0800
index: remove offline contacts only when they change to being offline
Since new contacts are currently added while they still have the default
presence of 'unavailable', add event sees them as offline and throws them away
immediately, before their presence could change to something else.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Apr 2016 01:22:08 +0800
index: correct namespace in Last Activity (XEP-0012) handler, oops