aboutsummaryrefslogtreecommitdiff
path: root/xmpp
Commit message (Expand)AuthorAgeFilesLines
...
* Retrieve Bio / Description for vCard desc / noteBohdan Horbeshko2022-06-292-3/+23
* Support vCard4 via PubSubBohdan Horbeshko2022-06-292-12/+129
* Fix calculating avatar Base64Bohdan Horbeshko2022-06-251-1/+2
* Same robust file retrieval for calculating avatar SHA1 and Base64Bohdan Horbeshko2022-06-251-12/+1
* Respond correctly to disco queries about account JIDsBohdan Horbeshko2022-06-201-1/+7
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-262-2/+10
* gofmtv1.2.0Bohdan Horbeshko2022-04-012-7/+9
* Limit the file storage by an optional quotaBohdan Horbeshko2022-04-013-0/+214
* Support ! prefix for commands in addition to /Bohdan Horbeshko2022-02-141-1/+1
* Make incoming messages to the transport trigger a subscriptionBohdan Horbeshko2022-02-141-3/+10
* Fix initializing a TDlib instance after subscribing to the transportBohdan Horbeshko2022-02-131-1/+1
* gofmtBohdan Horbeshko2022-02-083-11/+11
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-081-0/+9
* Add disco query responderBohdan Horbeshko2022-02-081-0/+33
* Fix status caching and send status on subscriptionBohdan Horbeshko2022-02-051-26/+56
* Mark expired online statuses as awayBohdan Horbeshko2022-01-312-1/+20
* Fix concurrent map writes in presence queueBohdan Horbeshko2022-01-292-0/+6
* Force downloading the chat photo when vCard is requestedBohdan Horbeshko2022-01-271-0/+11
* Make /s replace the whole message; fix replies and whitespace corruptionBohdan Horbeshko2022-01-081-1/+1
* Add keeponline optionBohdan Horbeshko2022-01-063-8/+45
* Multiple resources handlingBohdan Horbeshko2022-01-032-6/+7
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-184-10/+22
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-103-9/+39
* Resend chat statuses on probe presencebodqhrohro2020-01-051-0/+9
* Migrate some comments from Zhabogram; change queue behaviourbodqhrohro2019-12-222-1/+10
* Make vCard requests asynchronousbodqhrohro2019-12-191-72/+76
* Connect on probe presence (for clients that do not send online presence first)bodqhrohro2019-12-151-2/+2
* vCard supportbodqhrohro2019-12-102-1/+173
* Improve logging of presence sending failuresbodqhrohro2019-12-091-4/+1
* Fix session restoringbodqhrohro2019-12-041-12/+7
* Send messages to Telegrambodqhrohro2019-12-031-1/+1
* Support commands in mapped chatsbodqhrohro2019-12-031-6/+7
* Handle updates of user statusbodqhrohro2019-11-292-20/+32
* Refactoring: move SendPresence to xmpp/gateway packagebodqhrohro2019-11-254-115/+123
* Telegram authorizationbodqhrohro2019-11-243-21/+132
* Handle unsubscribe presence too, improve loggingbodqhrohro2019-11-211-2/+2
* Save sessions on exitbodqhrohro2019-11-192-7/+28
* Retry sending presences for recovered sessionsbodqhrohro2019-11-181-2/+15
* Send queued presences, handle presence sending errorsbodqhrohro2019-11-161-3/+27
* Fix logging of ignored packetsbodqhrohro2019-11-141-1/+1
* Send presence for recovered sessionsbodqhrohro2019-11-143-3/+202
* Spawn TDlib instances for recovered sessionsbodqhrohro2019-11-122-11/+47
* Implementation of Ruby YAML::Store and read/save of the session databasebodqhrohro2019-11-111-0/+8
* Fix presence handling and lockup on TDlib instance creationbodqhrohro2019-11-082-5/+18
* telegram package refactoringbodqhrohro2019-11-051-1/+1
* Presence/iq handling and rudimental telegram clientbodqhrohro2019-11-042-9/+107
* golintbodqhrohro2019-10-292-1/+4
* Hello world XMPP echo componentbodqhrohro2019-10-222-0/+51