about summary refs log tree commit diff stats
path: root/src/xmpp/presence.h
Commit message (Expand)AuthorAgeFilesLines
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Rename stanza handler init functionsJames Booth2016-05-021-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Fixed cppcheck warningsJames Booth2014-04-261-1/+0
* Updated copyrightJames Booth2014-03-091-1/+1
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+2
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-1/+2
* Removed presence functions from xmpp.hJames Booth2013-02-021-0/+30
or Charadon <charadon@charadon-gmpc.hsd1.ga.comcast.net> 2022-07-14 03:34:08 -0400 committer Charadon <charadon@charadon-gmpc.hsd1.ga.comcast.net> 2022-07-14 03:34:08 -0400 Finished up logging functionality' href='/charadon/services/dscip/commit/dscip?id=9b2db84ecd8e440ad051821cff772e16eee1fffe'>9b2db84 ^
5ab17c9 ^
9b2db84 ^





5ab17c9 ^
9b2db84 ^
905c436 ^
bada5c0 ^

8297af5 ^
906afa4 ^

5eec826 ^
906afa4 ^


5eec826 ^
906afa4 ^
905c436 ^

bada5c0 ^
905c436 ^
f5db520
3b26abf ^
6176d56 ^
e842afe ^


6ec938c ^
e842afe ^







31e93d8 ^
e842afe ^

242c66e ^
e842afe ^





f5db520

fbccc58 ^
f5db520

fbccc58 ^
f5db520

9b2db84 ^
f5db520
bada5c0 ^
f5db520

8297af5 ^
9b2db84 ^

4eb8ca6 ^
fbccc58 ^
4eb8ca6 ^
9b2db84 ^
31e93d8 ^
4eb8ca6 ^
31e93d8 ^


4eb8ca6 ^
31e93d8 ^

9b2db84 ^

f5db520


bada5c0 ^

f5db520
78462c3 ^

f5db520
9b2db84 ^
d439df5 ^
63f551f ^


f5db520
63f551f ^
f5db520

bada5c0 ^
63f551f ^
fd147a3 ^

c554c86 ^
242c66e ^


f5db520

f1d8278 ^





c5da0d0 ^
5ab17c9 ^
f1d8278 ^

f5db520

bada5c0 ^
9b2db84 ^
f5db520



bada5c0 ^
f5db520



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180