implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
14 rows where xep_id = 544
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
544,9 | Explicit Message Encryption 544 | moxxmpp 9 | 0.4.0 | complete |
544,15 | Explicit Message Encryption 544 | Movim 15 | 0.3.0 | partial |
544,20 | Explicit Message Encryption 544 | Prosody IM 20 | 0.4.0 | complete |
544,25 | Explicit Message Encryption 544 | Dino 25 | partial | |
544,29 | Explicit Message Encryption 544 | Gajim 29 | 0.1 | complete |
544,31 | Explicit Message Encryption 544 | Psi 31 | partial | |
544,36 | Explicit Message Encryption 544 | QXmpp 36 | 0.4.0 | complete |
544,41 | Explicit Message Encryption 544 | Monal IM 41 | 0.4.0 | complete |
544,45 | Explicit Message Encryption 544 | xmpp-parsers 45 | 0.2.0 | complete |
544,52 | Explicit Message Encryption 544 | Kaidan 52 | 0.4.0 | complete |
544,57 | Explicit Message Encryption 544 | poezio 57 | 0.1 | partial |
544,61 | Explicit Message Encryption 544 | slixmpp 61 | 0.3.0 | complete |
544,64 | Explicit Message Encryption 544 | python-nbxmpp 64 | 0.1 | complete |
544,66 | Explicit Message Encryption 544 | Moxxy 66 | 0.4.0 | complete |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [implementations] ( [xep_id] INTEGER, [software_id] INTEGER, [xep_version] TEXT, [status] TEXT, PRIMARY KEY ([xep_id], [software_id]), FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );