diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-01-03 22:48:07 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2019-01-20 15:03:40 +0100 |
| commit | 95063b18660246efe91391d71dd08ec5ab69810d (patch) | |
| tree | 6b5dce8294352fe459ca590cfb21751e45579f67 /doc | |
| parent | 2a34abcd74d8d8369d81d9e4131d34185d9154a5 (diff) | |
| download | qxmpp-95063b18660246efe91391d71dd08ec5ab69810d.tar.gz | |
Implement XEP-0369/XEP-0405 (MIX): IQ queries
This implements all used IQ queries of XEP-0369: Mediated Information
eXchange (MIX) (v0.14.1) and XEP-0405: Mediated Information eXchange (MIX):
Participant Server Requirements (v0.3.1), including unit tests.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/xep.doc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/xep.doc b/doc/xep.doc index 1a5bd147..aecbac65 100644 --- a/doc/xep.doc +++ b/doc/xep.doc @@ -46,5 +46,7 @@ Ongoing: - XEP-0009: Jabber-RPC (API is not finalized yet) - XEP-0060: Publish-Subscribe (Only basic IQ implemented) - XEP-0077: In-Band Registration (Only basic IQ implemented) +- XEP-0369: Mediated Information eXchange (MIX) (Only IQ queries implemented) (v0.14.1) +- XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements (Only IQ queries implemented) (v0.3.1) */ |
