implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 388
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
388,16 | Attention 388 | Slidge 16 | planned | |
388,29 | Attention 388 | Gajim 29 | 1.0 | removed |
388,31 | Attention 388 | Psi 31 | complete | |
388,36 | Attention 388 | QXmpp 36 | 1.0 | complete |
388,45 | Attention 388 | xmpp-parsers 45 | 1.0 | complete |
388,55 | Attention 388 | Cheogram Android 55 | 1.0 | partial |
388,57 | Attention 388 | poezio 57 | 1.0 | complete |
388,61 | Attention 388 | slixmpp 61 | 1.0 | complete |
388,63 | Attention 388 | monocles chat 63 | 1.0 | partial |
388,64 | Attention 388 | python-nbxmpp 64 | 1.0 | complete |
388,65 | Attention 388 | Miranda NG 65 |
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]) );