implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 521
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
521,3 | 0.3.0 | partial | Movim 3 | Explicit Message Encryption 521 |
521,6 | 0.1 | complete | Gajim 6 | Explicit Message Encryption 521 |
521,12 | 0.4.0 | complete | Prosody IM 12 | Explicit Message Encryption 521 |
521,19 | 0.4 | complete | QXmpp 19 | Explicit Message Encryption 521 |
521,34 | 0.1 | complete | python-nbxmpp 34 | Explicit Message Encryption 521 |
521,35 | 0.4 | complete | Kaidan 35 | Explicit Message Encryption 521 |
521,46 | 0.3.0 | complete | slixmpp 46 | Explicit Message Encryption 521 |
521,47 | 0.2.0 | complete | xmpp-parsers 47 | Explicit Message Encryption 521 |
521,50 | complete | Monal IM 50 | Explicit Message Encryption 521 | |
521,65 | 0.1 | partial | poezio 65 | Explicit Message Encryption 521 |
521,66 | partial | Dino 66 | Explicit Message Encryption 521 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [implementations] ( [xep_version] TEXT, [status] TEXT, [software_id] INTEGER, [xep_id] INTEGER, PRIMARY KEY ([xep_id], [software_id]), FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );