about summary refs log tree commit diff stats
path: root/src/resource.c
Commit message (Collapse)AuthorAgeFilesLines
* Use null check convention in resource.cJames Booth2015-05-041-2/+2
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-7/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-5/+6
| | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future.
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-0/+30
|
* Use resource_presence_t in ResourceJames Booth2013-02-101-7/+2
|
* Only create contacts resource when onlineJames Booth2013-02-101-0/+1
|
* Fixed error clearing contact listJames Booth2013-02-101-1/+0
|
* Added default resource to contactJames Booth2013-02-101-1/+4
|
* Added resource.cJames Booth2013-02-091-0/+61
#n214'>214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244