implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 428
This data as json, CSV (advanced)
Suggested facets: xep_version
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
428,4 | Jingle Content Thumbnails 428 | Erlang/Elixir XMPP 4 | ||
428,9 | Jingle Content Thumbnails 428 | moxxmpp 9 | 0.4.1 | complete |
428,24 | Jingle Content Thumbnails 428 | Prose 24 | 0.4.1 | complete |
428,31 | Jingle Content Thumbnails 428 | Psi 31 | complete | |
428,36 | Jingle Content Thumbnails 428 | QXmpp 36 | 0.4.1 | complete |
428,45 | Jingle Content Thumbnails 428 | xmpp-parsers 45 | 0.4.2 | complete |
428,52 | Jingle Content Thumbnails 428 | Kaidan 52 | 0.4.1 | complete |
428,61 | Jingle Content Thumbnails 428 | slixmpp 61 | 0.4.2 | complete |
428,71 | Jingle Content Thumbnails 428 | aTalk 71 | 0.4.1 |
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]) );