index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
QXmppDiscoveryIq.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add checkIqType() function to IQs
Linus Jahn
2022-10-17
1
-3
/
+8
*
Reformat code
Linus Jahn
2022-09-06
1
-12
/
+19
*
Add move constructors and move assignment operators everywhere
Linus Jahn
2022-06-18
1
-6
/
+12
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
1
-22
/
+3
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
1
-1
/
+1
*
doc: Fix warnings from DiscoveryIq
Linus Jahn
2021-03-28
1
-12
/
+145
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
doc: Use XEP links everywhere
Linus Jahn
2020-02-11
1
-3
/
+3
*
Make QXmppDiscoveryIq* use QSharedDataPointers
Linus Jahn
2020-02-06
1
-44
/
+106
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
1
-14
/
+6
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-3
/
+4
*
Replace manual xmlns writing by writeDefaultNamespace()
Linus Jahn
2020-01-29
1
-1
/
+1
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
1
-1
/
+1
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-7
/
+7
*
Port deprecated qSort invocations to std::sort
Jonah Brüchert
2019-09-03
1
-3
/
+3
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-28
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-27
1
-1
/
+1
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
1
-1
/
+1
*
Fix XEP-0115 verification strings (remove duplicate features, sort form values)
Jeremy Lainé
2012-08-02
1
-3
/
+7
*
doc fixes
Jeremy Lainé
2012-07-21
1
-1
/
+2
*
update copyright year
Jeremy Lainé
2012-07-18
1
-1
/
+1
*
implement/test XEP-0115 verification strings for dataforms (issue: #140)
Jeremy Lainé
2012-05-14
1
-0
/
+38
*
test QXmppDiscoveryIq
Jeremy Lainé
2012-05-14
1
-23
/
+22
*
move files common to client/server into "base"
Jeremy Lainé
2012-02-08
1
-0
/
+300