about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.h
Commit message (Expand)AuthorAgeFilesLines
* Applied coding style to src/xmpp/James Booth2015-10-261-80/+69
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+3
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+8
* Add no-copy and no-store hints to OTR messagesSam Whited2015-07-011-0/+3
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
* Merge branch 'master' into pgpJames Booth2015-03-291-1/+2
|\
| * Added password to direct invitesJames Booth2015-03-291-1/+2
* | Merge branch 'master' into pgpJames Booth2015-03-291-0/+2
|\|
| * Added check members only room to send mediated invitesJames Booth2015-03-281-0/+2
* | Send encrypted messagesJames Booth2015-03-241-0/+1
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+1
|/
* Show message received text for receiptsJames Booth2015-03-111-1/+1
* Added basic delivery receiptsJames Booth2015-03-111-2/+6
* Send private carbons element with message when encryptedJames Booth2015-03-101-1/+1
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+8
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+8
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* Use resource in chat sessionsJames Booth2015-01-041-1/+1
* Refactored parsing capsJames Booth2014-11-261-4/+9
* Refactored available presence handlerJames Booth2014-11-261-0/+17
* Show occupants role/affiliation changesJames Booth2014-10-181-2/+2
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-2/+2
* Implemented setting and listing rolesJames Booth2014-10-061-0/+4
* Implemented /room kick commandJames Booth2014-10-051-0/+9
* Added /room kick commandJames Booth2014-10-051-0/+2
* Added /room subject commandJames Booth2014-10-051-0/+1
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-4/+4
* Allow adding and removing room ownersJames Booth2014-10-041-0/+5
* wip - refactoring capabilitiesJames Booth2014-09-191-0/+2
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+2
* Parse data form for room configurationJames Booth2014-09-041-10/+1
* Added /room config edit and /room config cancelJames Booth2014-09-041-0/+4
* Added /ping commandJames Booth2014-09-041-1/+1
* Send room destroy iq on /room config cancelJames Booth2014-09-031-0/+3
* Send instant room requestJames Booth2014-09-031-0/+3
* Show message when room requires configJames Booth2014-09-031-0/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-0/+1
* Fixed cppcheck warningsJames Booth2014-04-261-3/+0
* Chat room windows now created only after successful joinJames Booth2014-04-211-0/+1
* Implemented "/bookmark add" for private storageJames Booth2014-04-131-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+1
* Implemented add bookmark for XEP-0223James Booth2014-02-021-0/+7
* Handle recipient not foundJames Booth2014-01-261-0/+26
* Add generated id to messagesJames Booth2014-01-261-1/+1
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+2
* initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+6
* Show messages on /group add and /group removeJames Booth2013-06-231-2/+2
* added support of captcha in a MUCDmitry Podgorny2013-06-091-0/+1
2349b7d ^
b60999c ^




































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