implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 481
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
481,0 | Hats 481 | Pàdé 0 | ||
481,4 | Hats 481 | Erlang/Elixir XMPP 4 | 0.1 | |
481,16 | Hats 481 | Slidge 16 | 0.2.0 | partial |
481,20 | Hats 481 | Prosody IM 20 | 0.2.0 | complete |
481,28 | Hats 481 | Converse.js 28 | ||
481,29 | Hats 481 | Gajim 29 | 0.2.0 | complete |
481,38 | Hats 481 | ejabberd 38 | 0.2.0 | complete |
481,61 | Hats 481 | slixmpp 61 | 0.3.0 | partial |
481,64 | Hats 481 | python-nbxmpp 64 | 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]) );