implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
10 rows where xep_id = 233
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_version | status | software_id | xep_id |
---|---|---|---|---|
233,6 | 1.2 | complete | Gajim 6 | Best Practices for Use of SASL ANONYMOUS 233 |
233,10 | Tigase XMPP Server 10 | Best Practices for Use of SASL ANONYMOUS 233 | ||
233,12 | 1.2 | partial | Prosody IM 12 | Best Practices for Use of SASL ANONYMOUS 233 |
233,15 | 1.2 | complete | Renga 15 | Best Practices for Use of SASL ANONYMOUS 233 |
233,33 | 1.2 | complete | MongooseIM 33 | Best Practices for Use of SASL ANONYMOUS 233 |
233,38 | Openfire 38 | Best Practices for Use of SASL ANONYMOUS 233 | ||
233,46 | 1.2 | complete | slixmpp 46 | Best Practices for Use of SASL ANONYMOUS 233 |
233,54 | 1.2 | complete | Metronome IM 54 | Best Practices for Use of SASL ANONYMOUS 233 |
233,60 | AstraChat XMPP Server 60 | Best Practices for Use of SASL ANONYMOUS 233 | ||
233,65 | 1.2 | complete | poezio 65 | Best Practices for Use of SASL ANONYMOUS 233 |
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]) );