implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
5 rows where software_id = 63 and xep_version = "1.1"
This data as json, CSV (advanced)
Suggested facets: status
Link | xep_id | software_id | xep_version | status |
---|---|---|---|---|
256,63 | Software Version 256 | monocles chat 63 | 1.1 | complete |
317,63 | vCard-Based Avatars 317 | monocles chat 63 | 1.1 | partial |
336,63 | User Nickname 336 | monocles chat 63 | 1.1 | complete |
340,63 | Jingle ICE-UDP Transport Method 340 | monocles chat 63 | 1.1 | complete |
387,63 | Persistent Storage of Private Data via PubSub 387 | monocles chat 63 | 1.1 | complete |
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]) );