about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-5/+5
* fix `/reconnect now`Steffen Jaeckel2023-05-101-0/+2
* Add sessions_alarmJohn Hernandez2023-04-181-0/+1
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Handle late deliveryMarcoPolo-PasTonMolo2022-08-201-1/+1
* Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-031-0/+2
* Update copyright yearMichael Vetter2022-05-091-1/+1
* handle `see-other-host` XMPP stream errorSteffen Jaeckel2022-02-011-1/+2
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Add xep-0107: User Mood supportDebXWoody2021-12-061-0/+2
* use new libstrophe APISteffen Jaeckel2021-10-271-2/+0
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
* Format new register code correctlyMichael Vetter2021-10-131-1/+0
* Merge pull request #1574 from binex-dsk/masterMichael Vetter2021-10-131-1/+5
|\
| * registration: remove auth param and excess functionsswirl2021-08-171-2/+0
| * fixed some bugs, added some moreswirl2021-08-171-1/+5
| * initial register command testswirl2021-08-171-0/+2
* | Format code correctlyMichael Vetter2021-10-051-1/+1
|/
* Add XEP-0377: Spam ReportingMichael Vetter2021-07-011-1/+8
* Add command to show single bookmark detailsMichael Vetter2021-06-091-0/+1
* Add support to register with a roomMichael Vetter2021-03-251-0/+1
* MUC: Add voice requestThorben Günther2021-03-121-0/+1
* Add command to change password of logged in userThorben Günther2021-03-111-0/+2
* Update copyrightMichael Vetter2021-01-081-1/+1
* Fix various typosMichael Vetter2020-12-101-1/+1
* Parse stanza-idMichael Vetter2020-07-231-1/+4
* Apply coding styleMichael Vetter2020-07-071-140/+146
* Revert "Apply coding style"Michael Vetter2020-07-071-146/+140
* Apply coding styleMichael Vetter2020-07-071-140/+146
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-1/+4
* Add option for legacy authenticationDmitry Podgorny2020-06-051-1/+1
* Add and use connection_get_barejid()Michael Vetter2020-05-251-0/+1
* Preserve Gajims minimize flag in bookmarksMichael Vetter2020-05-221-0/+1
* Add option to add bookmark nameMichael Vetter2020-05-221-2/+2
* Display bookmark nameMichael Vetter2020-05-221-0/+1
* Check if server suppors MAMMichael Vetter2020-04-121-0/+1
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-0/+1
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-1/+2
* First MAM testMichael Vetter2020-04-111-0/+1
* Fix commentMichael Vetter2020-04-061-1/+1
* Add hint about future ProfMessage Id needsMichael Vetter2020-04-061-0/+1
* Add comment what id is aboutMichael Vetter2020-04-061-0/+1
* Add type field to ProfMessageMichael Vetter2020-04-061-2/+11
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-0/+1
* db: log all incoming and outgoing messagesMichael Vetter2020-04-061-1/+1
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-061-1/+1
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-201-1/+1
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-1/+1
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-121-3/+3
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-2/+1