aboutsummaryrefslogtreecommitdiff
path: root/xmpp/gateway/gateway.go
Commit message (Expand)AuthorAgeFilesLines
* Fix markableBohdan Horbeshko2024-01-271-1/+1
* Request and send to Telegram XEP-0333 displayed markers by "receipts" optionBohdan Horbeshko2024-01-271-8/+11
* Also ack with XEP-0184 read receipts for outgoing messagesBohdan Horbeshko2024-01-271-0/+1
* XEP-0333 read markers for outgoing messagesBohdan Horbeshko2024-01-271-5/+31
* Fix presences sent with no resourceBohdan Horbeshko2024-01-251-0/+15
* In-Band Registration (XEP-0077)devBohdan Horbeshko2023-08-281-0/+6
* Support urn:xmpp:privilege:2v1.7.4Bohdan Horbeshko2023-08-031-7/+15
* Prevent messages to a certain resource from being carbon-copiedv1.7.2Bohdan Horbeshko2023-08-021-0/+3
* 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