implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 370
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
370,0 | XMPP Over BOSH 370 | Pàdé 0 | ||
370,1 | XMPP Over BOSH 370 | AstraChat XMPP Server 1 | ||
370,14 | XMPP Over BOSH 370 | MongooseIM 14 | 1.4 | complete |
370,20 | XMPP Over BOSH 370 | Prosody IM 20 | 1.4 | partial |
370,28 | XMPP Over BOSH 370 | Converse.js 28 | ||
370,34 | XMPP Over BOSH 370 | Metronome IM 34 | 1.3 | complete |
370,38 | XMPP Over BOSH 370 | ejabberd 38 | 1.4 | complete |
370,46 | XMPP Over BOSH 370 | Tigase XMPP Server 46 | ||
370,51 | XMPP Over BOSH 370 | Convo 51 | ||
370,68 | XMPP Over BOSH 370 | Openfire 68 | ||
370,71 | XMPP Over BOSH 370 | aTalk 71 | 1.4 |
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]) );