aboutsummaryrefslogtreecommitdiff
path: root/xmpp/gateway/gateway.go
Commit message (Expand)AuthorAgeFilesLines
* 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