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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing exports with MSVC 2019
Jonah Brüchert
2023-03-18
2
-3
/
+3
*
Stream: IQ handling: Accept responses without 'from' attribute (#556)
Melvin Keskin
2023-03-17
1
-3
/
+11
*
Client: Don't fill empty 'to' attributes of outgoing IQs
Linus Jahn
2023-03-14
2
-3
/
+3
*
EME: Always send encryption name as fallback
Melvin Keskin
2023-03-13
1
-1
/
+1
*
Run clang-format
Linus Jahn
2023-03-11
2
-3
/
+5
*
PubSubIq_p: Rename Private class to avoid conflicts
Linus Jahn
2023-03-09
2
-4
/
+9
*
Readd old PubSubIq and PubSubItem for compatibility
Linus Jahn
2023-03-09
4
-0
/
+394
*
Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItem
Linus Jahn
2023-03-09
11
-59
/
+56
*
SaslDigestMd5: Fix UB when at the end of input byte array [Qt6 only]
Linus Jahn
2023-03-09
1
-2
/
+6
*
Organize OMEMO includes
Melvin Keskin
2023-03-09
1
-1
/
+1
*
Fix compilation on MSVC 2019
Jonah Brüchert
2023-03-09
1
-2
/
+2
*
According to RFC 5389, nonce (STUN attribute) should be padded
Vladimir Pankratov
2023-02-21
1
-0
/
+4
*
IqHandling: Don't accept IQ results/errors
Linus Jahn
2023-01-28
1
-0
/
+1
*
Task/Promise: Don't allow abstract types
Linus Jahn
2023-01-28
2
-10
/
+4
*
Stream: Fix use of moved value
Linus Jahn
2023-01-28
1
-2
/
+2
*
Use QXmppError in all IQ results instead of StanzaError
Linus Jahn
2023-01-22
2
-10
/
+8
*
Task: Add static assert for then function
Linus Jahn
2023-01-22
1
-4
/
+5
*
Rename TuneItem to UserTuneItem
Linus Jahn
2023-01-03
2
-4
/
+4
*
Introduce QXmppTask & QXmppPromise
Linus Jahn
2023-01-03
9
-66
/
+504
*
Stanza: Fix unhandled case in switch warnings
Linus Jahn
2023-01-01
1
-0
/
+4
*
Replace QXmpp::SendError with QXmppError everywhere
Linus Jahn
2022-12-30
5
-29
/
+25
*
StanzaError: Remove optional getter/settters for type/condition
Linus Jahn
2022-12-29
2
-84
/
+13
*
Stanza: Make error optional
Linus Jahn
2022-12-29
2
-4
/
+51
*
cmake: Use generate_export_header() instead of doing manually
Linus Jahn
2022-12-29
2
-43
/
+22
*
Stream: Add IQ response sender check
Linus Jahn
2022-12-28
2
-13
/
+31
*
PubSubEvent: Split up Items type into Items and virtual Retract type
Linus Jahn
2022-12-28
2
-2
/
+22
*
StanzaError: Add NoType and NoCondition for -1 values
Linus Jahn
2022-12-28
2
-7
/
+8
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
4
-24
/
+24
*
Move PubSubIq into QXmpp::Private namespace
Linus Jahn
2022-12-26
2
-46
/
+54
*
Make PubSubIq header private
Linus Jahn
2022-12-26
2
-2
/
+1
*
Add checkIqType() function to IQs
Linus Jahn
2022-10-17
8
-5
/
+29
*
Implement XEP-0444: Message Reactions (#492)
Melvin Keskin
2022-10-16
6
-0
/
+223
*
Implement XEP-0167: Jingle RTP Sessions SRTP negotiation (#487)
Melvin Keskin
2022-10-03
2
-0
/
+361
*
FileUpload/Download: Use result() getter instead of signal parameter
Linus Jahn
2022-10-02
1
-0
/
+1
*
Error: Add fromFileDevice()
Linus Jahn
2022-10-02
2
-1
/
+16
*
FutureUtils: Add visitForward() function
Linus Jahn
2022-10-02
1
-0
/
+15
*
Implement XEP-0167: Jingle RTP Sessions error conditions (#485)
Melvin Keskin
2022-10-02
4
-0
/
+74
*
JingleIq: Move namespace constants into QXmppConstants (#484)
Melvin Keskin
2022-10-01
3
-4
/
+9
*
Implement XEP-0294: Jingle RTP Header Extensions Negotiation stanzas
Melvin Keskin
2022-10-01
4
-1
/
+312
*
JingleIq: Add functions for de-/serializing SDP parameters
Melvin Keskin
2022-10-01
1
-15
/
+23
*
Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460)
Melvin Keskin
2022-10-01
2
-15
/
+216
*
Implement XEP-0448: Stateless File Sharing
Jonah Brüchert
2022-09-29
4
-0
/
+45
*
JingleIq::Content: Specify implemented XEP in documentation of 'descriptionSs...
Melvin Keskin
2022-09-29
1
-4
/
+4
*
Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455)
Melvin Keskin
2022-09-29
4
-1
/
+550
*
BitsOfBinaryDataList: Add QVector constructor
Linus Jahn
2022-09-29
1
-0
/
+3
*
Rename Encryption to EncryptionMethod to avoid conflicts with namespace
Linus Jahn
2022-09-29
7
-18
/
+18
*
FileShare: Add encrypted sources
Linus Jahn
2022-09-29
2
-6
/
+34
*
FileMetadata: Add fromFileInfo() creator
Jonah Brüchert
2022-09-29
2
-1
/
+19
*
QXmppError: Add fromNetworkReply() creator
Jonah Brüchert
2022-09-29
2
-0
/
+12
*
Allow adding multiple oob urls and a description
Jonah Brüchert
2022-09-28
4
-9
/
+169
[next]