implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where xep_id = 320
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
320,0 | Discovering Alternative XMPP Connection Methods 320 | Pàdé 0 | ||
320,13 | Discovering Alternative XMPP Connection Methods 320 | XMPP Web 13 | complete | |
320,20 | Discovering Alternative XMPP Connection Methods 320 | Prosody IM 20 | 1.4.0 | complete |
320,28 | Discovering Alternative XMPP Connection Methods 320 | Converse.js 28 | ||
320,29 | Discovering Alternative XMPP Connection Methods 320 | Gajim 29 | 1.1.2 | partial |
320,38 | Discovering Alternative XMPP Connection Methods 320 | ejabberd 38 | 1.4.0 | complete |
320,51 | Discovering Alternative XMPP Connection Methods 320 | Convo 51 | ||
320,68 | Discovering Alternative XMPP Connection Methods 320 | Openfire 68 |
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]) );