implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
4 rows where xep_id = 441
This data as json, CSV (advanced)
Suggested facets: xep_version, status
| Link | xep_id | software_id | xep_version | status |
|---|---|---|---|---|
| 441,14 | Microblogging over XMPP 441 | MongooseIM 14 | 0.6.5 | complete |
| 441,15 | Microblogging over XMPP 441 | Movim 15 | 0.6.5 | complete |
| 441,34 | Microblogging over XMPP 441 | Metronome IM 34 | 0.6 | complete |
| 441,45 | Microblogging over XMPP 441 | xmpp-parsers 45 | 0.6.3 | partial |
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]) );