implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 519
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
519,6 | 0.2 | partial | Gajim 6 | Spam Reporting 519 |
519,7 | 0.2 | complete | blabber.im 7 | Spam Reporting 519 |
519,22 | 0.2 | complete | monocles chat 22 | Spam Reporting 519 |
519,28 | 0.2 | complete | Cheogram Android 28 | Spam Reporting 519 |
519,34 | 0.2 | partial | python-nbxmpp 34 | Spam Reporting 519 |
519,46 | 0.3 | complete | slixmpp 46 | Spam Reporting 519 |
519,48 | 0.2 | complete | Conversations 48 | Spam Reporting 519 |
519,50 | wontfix | Monal IM 50 | Spam Reporting 519 | |
519,64 | 0.3 | complete | profanity 64 | Spam Reporting 519 |
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]) );