implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 557
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
557,0 | Message Styling 557 | Pàdé 0 | ||
557,6 | Message Styling 557 | Bruno 6 | 0.1.4 | complete |
557,13 | Message Styling 557 | XMPP Web 13 | complete | |
557,15 | Message Styling 557 | Movim 15 | 1.1.1 | partial |
557,25 | Message Styling 557 | Dino 25 | 1.1.1 | partial |
557,28 | Message Styling 557 | Converse.js 28 | ||
557,29 | Message Styling 557 | Gajim 29 | 1.1.1 | complete |
557,42 | Message Styling 557 | yaxim 42 | 0.1.4 | complete |
557,55 | Message Styling 557 | Cheogram Android 55 | 0.1.4 | complete |
557,58 | Message Styling 557 | Conversations 58 | 0.1.4 | complete |
557,63 | Message Styling 557 | monocles chat 63 | 0.1.4 | 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]) );