aboutsummaryrefslogtreecommitdiff
path: root/xmpp/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* 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-081-2/+2
* 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-311-1/+1
* 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-061-0/+2
* Multiple resources handlingBohdan Horbeshko2022-01-031-5/+6
* Fix %!(MISSING) and other formatting issuesBohdan Horbeshko2021-12-181-6/+6
* Try to resume connection and resend a stanza on failurebodqhrohro2020-01-101-2/+14
* Resend chat statuses on probe presencebodqhrohro2020-01-051-0/+9
* Migrate some comments from Zhabogram; change queue behaviourbodqhrohro2019-12-221-0/+4
* 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-101-1/+83
* Send messages to Telegrambodqhrohro2019-12-031-1/+1
* Support commands in mapped chatsbodqhrohro2019-12-031-6/+7
* Telegram authorizationbodqhrohro2019-11-241-6/+58
* Handle unsubscribe presence too, improve loggingbodqhrohro2019-11-211-2/+2
* Save sessions on exitbodqhrohro2019-11-191-1/+3
* Fix logging of ignored packetsbodqhrohro2019-11-141-1/+1
* Spawn TDlib instances for recovered sessionsbodqhrohro2019-11-121-9/+2
* Fix presence handling and lockup on TDlib instance creationbodqhrohro2019-11-081-5/+15
* telegram package refactoringbodqhrohro2019-11-051-1/+1
* Presence/iq handling and rudimental telegram clientbodqhrohro2019-11-041-4/+91
* golintbodqhrohro2019-10-291-0/+1
* Hello world XMPP echo componentbodqhrohro2019-10-221-0/+21