implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
4 rows where xep_id = 528
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
528,12 | Current Off-the-Record Messaging Usage 528 | profanity 12 | 0.3.2 | complete |
528,31 | Current Off-the-Record Messaging Usage 528 | Psi 31 | complete | |
528,57 | Current Off-the-Record Messaging Usage 528 | poezio 57 | 0.3 | removed |
528,71 | Current Off-the-Record Messaging Usage 528 | aTalk 71 | 0.3.2 | partial |
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]) );