aboutsummaryrefslogtreecommitdiff
path: root/xmpp/component.go
Commit message (Expand)AuthorAgeFilesLines
* Store message ids in Badger DBBohdan Horbeshko2023-06-031-1/+9
* Always send XMPP messages with a resourceBohdan Horbeshko2022-05-261-0/+7
* gofmtv1.2.0Bohdan Horbeshko2022-04-011-7/+8
* Limit the file storage by an optional quotaBohdan Horbeshko2022-04-011-0/+78
* gofmtBohdan Horbeshko2022-02-081-3/+3
* Mark expired online statuses as awayBohdan Horbeshko2022-01-311-0/+19
* Fix concurrent map writes in presence queueBohdan Horbeshko2022-01-291-0/+2
* Add keeponline optionBohdan Horbeshko2022-01-061-8/+39
* Multiple resources handlingBohdan Horbeshko2022-01-031-1/+1
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-3/+9
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-101-2/+2
* Migrate some comments from Zhabogram; change queue behaviourbodqhrohro2019-12-221-1/+6
* Fix session restoringbodqhrohro2019-12-041-12/+7
* Handle updates of user statusbodqhrohro2019-11-291-6/+3
* Refactoring: move SendPresence to xmpp/gateway packagebodqhrohro2019-11-251-113/+6
* Telegram authorizationbodqhrohro2019-11-241-15/+21
* Save sessions on exitbodqhrohro2019-11-191-6/+25
* Retry sending presences for recovered sessionsbodqhrohro2019-11-181-2/+15
* Send queued presences, handle presence sending errorsbodqhrohro2019-11-161-3/+27
* Send presence for recovered sessionsbodqhrohro2019-11-141-3/+99
* Spawn TDlib instances for recovered sessionsbodqhrohro2019-11-121-2/+45
* 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-081-0/+3
* Presence/iq handling and rudimental telegram clientbodqhrohro2019-11-041-5/+16
* golintbodqhrohro2019-10-291-1/+3
* Hello world XMPP echo componentbodqhrohro2019-10-221-0/+30