Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2018-07-26Completely rewrite the message reception algorithms (use ↵John Smith
execute.getMessagesBulk)
2018-07-10attempt to fix offline message reception; add getMessagesBulk method codeJohn Smith
2017-04-11Видео вложения (#185)BANO.notIT
* Edit video attachment * Fotfix ) * After remarks * Add kostul' * Made html looks like html * Add ignore for JetBrains IDE * Remove dependence from API > v5.0
2016-01-10Update to support API v5.42John Smith
Fix not requesting subscription if user has no friends (#96) Fix wrong message type detection The xmpp monitor publisher is now an extension Add colored API debug LongPoll now uses https Split groupchats extension into two modules + 1 extension Fix #95
2015-05-01Meet NT compatibilitymrDoctorWho
Update documentation
2014-08-31Fixed avatar hashmrDoctorWho
Fixed error when someone left chat Added vk4xmpp.html, source of http://simpleapps.ru/vk4xmpp.html Added API code 13 support updated readme
2014-08-13add getUserID.jsmrDoctorWho
2014-08-11A huge refactoring just happened to transport.mrDoctorWho
Deleted all handlers and now they're separately stored in the modules directory Added js sources which transport uses instead of local handling Fixed couple typos in translations Forward messages now have things called "spacers" in start of line Users is now handling in separate threads And there are more changes...