aboutsummaryrefslogtreecommitdiff
path: root/xmpp/gateway/gateway.go
Commit message (Expand)AuthorAgeFilesLines
* Send carbons for outgoing messages to other resourcesBohdan Horbeshko2023-07-091-7/+7
* Store message ids in Badger DBBohdan Horbeshko2023-06-031-0/+4
* Simulate carbonsBohdan Horbeshko2023-03-191-9/+68
* Cut fallback quotes outBohdan Horbeshko2023-03-081-0/+5
* Show XEP-0461 replies from TelegramBohdan Horbeshko2023-03-051-5/+26
* Assign IDs from Telegram to XMPP messagesBohdan Horbeshko2023-03-041-5/+6
* OOBBohdan Horbeshko2023-01-161-0/+15
* gofmtBohdan Horbeshko2022-06-301-1/+1
* Update the contact nickname when a chat title has changedBohdan Horbeshko2022-06-301-0/+42
* Attach resource to presences to prevent unwanted behaviour of some clientsBohdan Horbeshko2022-02-081-0/+9
* Fix concurrent map writes in presence queueBohdan Horbeshko2022-01-291-0/+4
* Add keeponline optionBohdan Horbeshko2022-01-061-0/+4
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-1/+1
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-101-5/+23
* Improve logging of presence sending failuresbodqhrohro2019-12-091-4/+1
* Handle updates of user statusbodqhrohro2019-11-291-14/+29
* Refactoring: move SendPresence to xmpp/gateway packagebodqhrohro2019-11-251-0/+115
* Telegram authorizationbodqhrohro2019-11-241-0/+53