implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
7 rows where xep_id = 586
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
586,0 | Message Fastening 586 | Pàdé 0 | ||
586,4 | Message Fastening 586 | Erlang/Elixir XMPP 4 | ||
586,13 | Message Fastening 586 | XMPP Web 13 | partial | |
586,15 | Message Fastening 586 | Movim 15 | 0.2.0 | partial |
586,24 | Message Fastening 586 | Prose 24 | 0.2.0 | complete |
586,28 | Message Fastening 586 | Converse.js 28 | ||
586,61 | Message Fastening 586 | slixmpp 61 | 0.2.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]) );