implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 592
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
592,15 | Fallback Indication 592 | Movim 15 | 0.2.1 | complete |
592,16 | Fallback Indication 592 | Slidge 16 | 0.1.1 | complete |
592,24 | Fallback Indication 592 | Prose 24 | 0.2.0 | complete |
592,25 | Fallback Indication 592 | Dino 25 | 0.2.1 | partial |
592,29 | Fallback Indication 592 | Gajim 29 | 0.2.1 | complete |
592,36 | Fallback Indication 592 | QXmpp 36 | 0.2.1 | complete |
592,52 | Fallback Indication 592 | Kaidan 52 | 0.2.1 | complete |
592,55 | Fallback Indication 592 | Cheogram Android 55 | 0.2.0 | partial |
592,61 | Fallback Indication 592 | slixmpp 61 | 0.1.1 | complete |
592,63 | Fallback Indication 592 | monocles chat 63 | 0.2.0 | partial |
592,64 | Fallback Indication 592 | python-nbxmpp 64 | 0.2.1 | 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]) );