implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
8 rows where xep_id = 260
This data as json, CSV (advanced)
Suggested facets: xep_version
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
260,1 | SI File Transfer 260 | AstraChat XMPP Server 1 | ||
260,31 | SI File Transfer 260 | Psi 31 | complete | |
260,36 | SI File Transfer 260 | QXmpp 36 | 1.3.1 | complete |
260,46 | SI File Transfer 260 | Tigase XMPP Server 46 | ||
260,61 | SI File Transfer 260 | slixmpp 61 | 1.3 | complete |
260,65 | SI File Transfer 260 | Miranda NG 65 | ||
260,68 | SI File Transfer 260 | Openfire 68 | ||
260,71 | SI File Transfer 260 | aTalk 71 | 1.3.1 |
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]) );