implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
12 rows where xep_id = 529
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
529,3 | 1.1.1 | partial | Movim 3 | Message Styling 529 |
529,5 | Pàdé 5 | Message Styling 529 | ||
529,6 | 1.1.1 | complete | Gajim 6 | Message Styling 529 |
529,7 | 0.1.4 | complete | blabber.im 7 | Message Styling 529 |
529,22 | 0.1.4 | complete | monocles chat 22 | Message Styling 529 |
529,25 | 0.1.4 | complete | Bruno 25 | Message Styling 529 |
529,28 | 0.1.4 | complete | Cheogram Android 28 | Message Styling 529 |
529,31 | Converse.js 31 | Message Styling 529 | ||
529,48 | 0.1.4 | complete | Conversations 48 | Message Styling 529 |
529,49 | complete | XMPP Web 49 | Message Styling 529 | |
529,58 | 0.1.4 | complete | yaxim 58 | Message Styling 529 |
529,66 | partial | Dino 66 | Message Styling 529 |
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]) );