index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
FutureUtils: Add awaitLast using last future result
Linus Jahn
2021-08-31
1
-0
/
+13
*
clang-format: Use brace wrapping after struct
Melvin Keskin
2021-08-31
1
-0
/
+1
*
Make some classes QXmppNonzas instead of QXmppStanza
Linus Jahn
2021-08-26
3
-7
/
+7
*
Make it possible to send QXmppNonzas over streams
Linus Jahn
2021-08-26
6
-13
/
+13
*
Make QXmppStanza inherit from QXmppNonza
Linus Jahn
2021-08-26
2
-16
/
+3
*
Add QXmppNonza
Linus Jahn
2021-08-26
3
-0
/
+103
*
FutureUtils: Add await() function
Linus Jahn
2021-08-26
1
-0
/
+24
*
FutureUtils: Add makeReadyFuture for void
Linus Jahn
2021-08-26
1
-0
/
+6
*
QXmppGlobal: Add missing \since tags
Linus Jahn
2021-08-23
1
-1
/
+7
*
cmake: Increase SO_VERSION
Linus Jahn
2021-08-22
1
-1
/
+1
*
tests: Add tests for QXmppPubSubManager
Linus Jahn
2021-08-22
2
-0
/
+861
*
Add QXmppPubSubManager
Linus Jahn
2021-08-22
7
-0
/
+1024
*
Implement XEP-0118: User Tune: Add manager with tests
Linus Jahn
2021-08-22
8
-0
/
+323
*
Implement XEP-0118: User Tune: Add PubSub item
Linus Jahn
2021-08-22
5
-0
/
+348
*
Add PubSubMetadata form
Linus Jahn
2021-08-22
3
-0
/
+394
*
Add PubSubPublishOptions form
Linus Jahn
2021-08-22
4
-0
/
+18
*
Add PubSubNodeConfig form
Linus Jahn
2021-08-22
3
-0
/
+1051
*
Add PubSubSubscribeOptions form
Linus Jahn
2021-08-22
3
-0
/
+389
*
Add PubSubSubAuthorization form
Linus Jahn
2021-08-22
5
-0
/
+315
*
Introduce data form parsing abstractions
Linus Jahn
2021-08-22
5
-0
/
+392
*
tests: Add tests for QXmppPubSubEvent<T>
Linus Jahn
2021-08-22
3
-0
/
+320
*
tests: Add tests for QXmppPubSubItem
Linus Jahn
2021-08-22
1
-0
/
+77
*
tests: Add tests for QXmppPubSubIq<T>
Linus Jahn
2021-08-22
2
-73
/
+168
*
tests: Add PubSub utilities header
Linus Jahn
2021-08-22
1
-0
/
+68
*
Add QXmppPubSubEvent
Linus Jahn
2021-08-22
3
-0
/
+608
*
Add new QXmppPubSubItem
Linus Jahn
2021-08-22
2
-28
/
+143
*
Make QXmppPubSubIq a template class and extend
Linus Jahn
2021-08-22
5
-127
/
+708
*
tests: Add tests for QXmppPubSubSubscriptions
Linus Jahn
2021-08-22
1
-0
/
+105
*
tests: Add tests for QXmppPubSubAffiliations
Linus Jahn
2021-08-22
2
-0
/
+122
*
Add QXmppPubSubAffiliation
Linus Jahn
2021-08-22
3
-0
/
+267
*
Add QXmppPubSubSubscription
Linus Jahn
2021-08-22
5
-0
/
+462
*
tests: Fix 9579572: pubsubiq tests
Linus Jahn
2021-08-03
1
-2
/
+2
*
tests: util: Allow using ' instead of " in xml
Linus Jahn
2021-08-01
3
-13
/
+18
*
tests: util: Add new packetToXml() function
Linus Jahn
2021-08-01
1
-6
/
+13
*
tests: TestClient: Add both QString & QByteArray packet injection
Linus Jahn
2021-08-01
4
-8
/
+10
*
Document QXmppVersion()
Linus Jahn
2021-08-01
1
-1
/
+4
*
Use qMakePair() again to fix compile errors
Linus Jahn
2021-08-01
3
-4
/
+4
*
tests: TestClient: Fix warning of missing include for destructors
Linus Jahn
2021-07-23
1
-2
/
+4
*
doc: Add QXmppGlobal.h.in to input files
Linus Jahn
2021-07-23
1
-0
/
+1
*
QXmppClient: Add addNewExtension<T>()
Linus Jahn
2021-07-23
3
-8
/
+18
*
pr template: Add note on documenting supported XEPs
Linus Jahn
2021-07-06
1
-0
/
+1
*
doc: xep: Add XEP-0434: Trust Messages (v0.5)
Linus Jahn
2021-07-06
1
-0
/
+1
*
Add QXmppTrustMessageElement
Melvin Keskin
2021-07-06
7
-0
/
+399
*
Add QXmppTrustMessageKeyOwner
Melvin Keskin
2021-07-06
7
-0
/
+381
*
pr template: Add note on unit tests
Linus Jahn
2021-07-06
1
-5
/
+6
*
Add unit test for QXmppDiscoveryManager
Linus Jahn
2021-07-06
2
-0
/
+92
*
RosterManager: Add unit tests for QFuture requests
Linus Jahn
2021-07-06
2
-2
/
+52
*
tests: Add TestClient class for client testing with QFutures
Linus Jahn
2021-07-06
6
-2
/
+129
*
QXmppStream: Fix memory leak in new IqState
Linus Jahn
2021-07-06
1
-3
/
+3
*
More template magic for QFutures
Linus Jahn
2021-07-05
5
-18
/
+37
[next]