about summary refs log tree commit diff stats
path: root/src/xmpp/roster.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-3/+0
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+2
|
* Add groups to roster contactsJames Booth2013-05-221-1/+1
| | | | fixes #175
* Use handle in /msg commandJames Booth2013-05-191-1/+0
|
* Added /roster command with nick option to change handleJames Booth2013-05-191-1/+1
|
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-0/+4
|
* Created roster module, moved roster iq'sJames Booth2013-05-061-0/+29
81 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 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 245 246 247 248 249 250 251 252 253 254 255 256 257 258