implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
6 rows where xep_id = 611
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
611,9 | Stateless file sharing 611 | moxxmpp 9 | 0.1.2 | complete |
611,16 | Stateless file sharing 611 | Slidge 16 | partial | |
611,25 | Stateless file sharing 611 | Dino 25 | 0.3.0 | partial |
611,36 | Stateless file sharing 611 | QXmpp 36 | 0.3.1 | complete |
611,52 | Stateless file sharing 611 | Kaidan 52 | 0.3.1 | complete |
611,66 | Stateless file sharing 611 | Moxxy 66 | 0.1.2 | 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]) );