about summary refs log tree commit diff stats
path: root/src/xmpp/jid.c
Commit message (Collapse)AuthorAgeFilesLines
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Move code from jid_random_resource() into own functionMichael Vetter2019-10-161-12/+4
| | | | | Move the code that creates a random string into it's own function +get_random_string().
* Add random string at the end of the default resourcePaul Fariello2019-04-121-0/+19
| | | | | | | | 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-2/+2
| | | | issue #880
* Send receipt request only when receiver supports featureJames Booth2016-08-181-8/+10
| | | | issue #829
* Tidy headersJames Booth2016-07-241-2/+1
|
* Moved jid.cJames Booth2016-07-241-0/+195