-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-15
index: put message carbons to correct chat window
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-15
index: enable carbons (XEP-0280), if supported by server
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-15
index: support receiving carbons (XEP-0280)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-15
register: validate avatar file (size and mime type)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-15
register: rename vCard-related things to use the more general "profile"
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-15
Tram: configurable sendIQ timeout (default 5 seconds)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-14
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>, 2016-04-14
index: add callbacks to getServerVersion() and getServerInfo()
-
Anton Shestakov <av6@dwimlabs.net>, 2016-04-13
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>, 2016-04-13
index: correct namespace in Last Activity (XEP-0012) handler, oops