about summary refs log tree commit diff stats
path: root/src/xmpp/jid.h
Commit message (Collapse)AuthorAgeFilesLines
* introduce `auto_jid` and refcounting in `Jid`Steffen Jaeckel2023-01-191-0/+5
| | | | | | | | This also fixes a memory leak from within `_handle_groupchat()` in [0]. [0] src/xmpp/message.c Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* Apply coding styleMichael Vetter2020-07-071-14/+15
|
* Revert "Apply coding style"Michael Vetter2020-07-071-15/+14
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-14/+15
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Add random string at the end of the default resourcePaul Fariello2019-04-121-0/+1
| | | | | | | | When connecting for the first time or when creating a new account don't use only 'profanity' as default resource. Some server don't support having 2 connection with same resource. Using profanity as default lead to deconnections.
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow clearing account resourceJames Booth2016-11-221-1/+1
| | | | issue #880
* Moved jid.cJames Booth2016-07-241-0/+61