implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
10 rows where xep_id = 282
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
282,6 | 1.0 | complete | Gajim 6 | Attention 282 |
282,19 | 1.0 | complete | QXmpp 19 | Attention 282 |
282,20 | planned | Slidge 20 | Attention 282 | |
282,22 | 1.0 | partial | monocles chat 22 | Attention 282 |
282,28 | 1.0 | partial | Cheogram Android 28 | Attention 282 |
282,34 | 1.0 | complete | python-nbxmpp 34 | Attention 282 |
282,41 | Miranda NG 41 | Attention 282 | ||
282,46 | 1.0 | complete | slixmpp 46 | Attention 282 |
282,47 | 1.0 | complete | xmpp-parsers 47 | Attention 282 |
282,65 | 1.0 | complete | poezio 65 | Attention 282 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [implementations] ( [xep_version] TEXT, [status] TEXT, [software_id] INTEGER, [xep_id] INTEGER, PRIMARY KEY ([xep_id], [software_id]), FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );