implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 464
This data as json, CSV (advanced)
Suggested facets: xep_version, status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
464,4 | Use of Cryptographic Hash Functions in XMPP 464 | Erlang/Elixir XMPP 4 | ||
464,9 | Use of Cryptographic Hash Functions in XMPP 464 | moxxmpp 9 | 1.0.0 | partial |
464,15 | Use of Cryptographic Hash Functions in XMPP 464 | Movim 15 | 1.0.0 | complete |
464,29 | Use of Cryptographic Hash Functions in XMPP 464 | Gajim 29 | 0.3 | complete |
464,31 | Use of Cryptographic Hash Functions in XMPP 464 | Psi 31 | complete | |
464,36 | Use of Cryptographic Hash Functions in XMPP 464 | QXmpp 36 | 1.0.0 | complete |
464,45 | Use of Cryptographic Hash Functions in XMPP 464 | xmpp-parsers 45 | 0.6.0 | complete |
464,61 | Use of Cryptographic Hash Functions in XMPP 464 | slixmpp 61 | 1.0.0 | complete |
464,66 | Use of Cryptographic Hash Functions in XMPP 464 | Moxxy 66 | 1.0.0 | partial |
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]) );