implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
6 rows where xep_id = 349
This data as json, CSV (advanced)
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
349,1 | Dialback Key Generation and Validation 349 | AstraChat XMPP Server 1 | ||
349,14 | Dialback Key Generation and Validation 349 | MongooseIM 14 | 1.0 | complete |
349,20 | Dialback Key Generation and Validation 349 | Prosody IM 20 | 1.0 | complete |
349,34 | Dialback Key Generation and Validation 349 | Metronome IM 34 | 1.0 | complete |
349,38 | Dialback Key Generation and Validation 349 | ejabberd 38 | 1.0 | complete |
349,46 | Dialback Key Generation and Validation 349 | Tigase XMPP Server 46 |
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]) );