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
/
QXmppStanza.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
StanzaError: Remove optional getter/settters for type/condition
Linus Jahn
2022-12-29
1
-4
/
+0
*
Stanza: Make error optional
Linus Jahn
2022-12-29
1
-0
/
+7
*
StanzaError: Add NoType and NoCondition for -1 values
Linus Jahn
2022-12-28
1
-0
/
+2
*
Stanza: Move E2eeMetadata into own header file
Linus Jahn
2022-07-11
1
-32
/
+1
*
Add move constructors and move assignment operators everywhere
Linus Jahn
2022-06-18
1
-0
/
+8
*
Stanza: Refactor storage of optional e2ee metadata
Linus Jahn
2022-05-13
1
-6
/
+3
*
E2eeMetadata: Add enum and attribute for the used encryption
Melvin Keskin
2022-04-06
1
-0
/
+3
*
Stanza: Remove unused include (#416)
Melvin Keskin
2022-04-05
1
-1
/
+0
*
Stanza::Error: Add optional overloads for Condition/Type
Linus Jahn
2022-03-12
1
-2
/
+7
*
Stanza: Make E2eeMetadata optional to avoid allocation
Linus Jahn
2022-03-03
1
-2
/
+12
*
Add QXmppE2eeMetadata used by QXmppStanza
Melvin Keskin
2022-03-03
1
-0
/
+26
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
1
-24
/
+5
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
1
-1
/
+1
*
Implement stanza parsing for Stanza Content Encryption
Linus Jahn
2021-09-28
1
-1
/
+1
*
Make QXmppStanza inherit from QXmppNonza
Linus Jahn
2021-08-26
1
-5
/
+3
*
tests: Add TestClient class for client testing with QFutures
Linus Jahn
2021-07-06
1
-0
/
+1
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
QXmppStanza::Error: Use std::optional<> internally
Linus Jahn
2020-07-12
1
-6
/
+0
*
QXmppStanza::Error: Add 'by' attribute from RFC6120
Linus Jahn
2020-04-04
1
-0
/
+3
*
Fix build with Qt 5.14
Linus Jahn
2020-04-01
1
-1
/
+1
*
Add missing optional exclude to deprecated PaymentRequired
Linus Jahn
2020-04-01
1
-13
/
+14
*
QXmppStanza::Error: Add redirection URI from RFC6120
Linus Jahn
2020-04-01
1
-2
/
+5
*
QXmppStanza: Add PolicyViolation error condition
Linus Jahn
2020-03-31
1
-1
/
+5
*
Deprecate PaymentRequired error condition
Linus Jahn
2020-03-31
1
-1
/
+4
*
Reformat code
Jonah Brüchert
2020-03-28
1
-27
/
+27
*
doc: Use XEP links everywhere
Linus Jahn
2020-02-11
1
-5
/
+8
*
Fix missing documentation for for QXmppStanza::Error
Linus Jahn
2020-02-04
1
-27
/
+32
*
Fix doxygen warnings about missing titles for \defgroup
Linus Jahn
2020-02-04
1
-2
/
+8
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-3
/
+3
*
Fix that no documentation is generated for QXmppStanza::Error
Linus Jahn
2020-02-02
1
-0
/
+3
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
1
-1
/
+1
*
Add a .clang-format somewhat close to the current style
0xd34df00d
2019-12-23
1
-21
/
+18
*
Implement XEP-0363: HTTP File Upload: Error cases
Linus Jahn
2019-10-20
1
-0
/
+10
*
QXmppStanza::Error: Use d-pointer to maintain binary compat in future
Linus Jahn
2019-10-20
1
-4
/
+6
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
Implement XEP-0198: Stream Management (client only) (#99)
Niels Ole Salscheider
2017-02-12
1
-0
/
+2
*
clean up support for 'bad-auth' replies, see #36
Jeremy Lainé
2015-02-25
1
-2
/
+1
*
Handle `bad-auth` auth replies, closes #36.
0xd34df00d
2015-01-28
1
-1
/
+2
*
Use QString() instead of "" for default methods arguments
Jeremy Lainé
2014-03-28
1
-2
/
+2
*
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
*
add extended addresses to QXmppMessage and QXmppPresence
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
make QXmppStanza::toXmlElementFromChild protected
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
add "extendedAddresses" to QXmppStanza
Jeremy Lainé
2012-09-03
1
-0
/
+4
*
improve docs
Jeremy Lainé
2012-09-03
1
-5
/
+4
*
make QXmppExtendedAddress::toXml const
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
add QXmppExtendedAddress
Jeremy Lainé
2012-09-03
1
-1
/
+44
*
make QXmppStanza use implicit data sharing
Jeremy Lainé
2012-07-21
1
-6
/
+7
*
update copyright year
Jeremy Lainé
2012-07-18
1
-1
/
+1
[next]