implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 531
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
531,3 | 1.1.3 | complete | Movim 3 | PEP Native Bookmarks 531 |
531,6 | 1.1.3 | partial | Gajim 6 | PEP Native Bookmarks 531 |
531,12 | 1.1.3 | complete | Prosody IM 12 | PEP Native Bookmarks 531 |
531,15 | 0.2.1 | complete | Renga 15 | PEP Native Bookmarks 531 |
531,20 | 1.1.3 | partial | Slidge 20 | PEP Native Bookmarks 531 |
531,22 | 1.1.3 | complete | monocles chat 22 | PEP Native Bookmarks 531 |
531,28 | 1.1.3 | complete | Cheogram Android 28 | PEP Native Bookmarks 531 |
531,34 | 0.3.0 | complete | python-nbxmpp 34 | PEP Native Bookmarks 531 |
531,47 | 1.1.3 | complete | xmpp-parsers 47 | PEP Native Bookmarks 531 |
531,50 | 1.1.3 | complete | Monal IM 50 | PEP Native Bookmarks 531 |
531,66 | complete | Dino 66 | PEP Native Bookmarks 531 |
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]) );