implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
11 rows where xep_id = 339
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
339,1 | Best Practices for Use of SASL ANONYMOUS 339 | AstraChat XMPP Server 1 | ||
339,14 | Best Practices for Use of SASL ANONYMOUS 339 | MongooseIM 14 | 1.2 | complete |
339,20 | Best Practices for Use of SASL ANONYMOUS 339 | Prosody IM 20 | 1.2 | partial |
339,29 | Best Practices for Use of SASL ANONYMOUS 339 | Gajim 29 | 1.2 | complete |
339,34 | Best Practices for Use of SASL ANONYMOUS 339 | Metronome IM 34 | 1.2 | complete |
339,38 | Best Practices for Use of SASL ANONYMOUS 339 | ejabberd 38 | 1.2 | complete |
339,40 | Best Practices for Use of SASL ANONYMOUS 339 | Renga 40 | 1.2 | complete |
339,46 | Best Practices for Use of SASL ANONYMOUS 339 | Tigase XMPP Server 46 | ||
339,57 | Best Practices for Use of SASL ANONYMOUS 339 | poezio 57 | 1.2 | complete |
339,61 | Best Practices for Use of SASL ANONYMOUS 339 | slixmpp 61 | 1.2 | complete |
339,68 | Best Practices for Use of SASL ANONYMOUS 339 | Openfire 68 |
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]) );