implementations
Data source: XMPP Standards Foundation
- xep_id
- XEP
- xep_version
- XEP version
- software_id
- Software
9 rows where xep_id = 324
This data as json, CSV (advanced)
Suggested facets: xep_version
| Link | xep_id | software_id | xep_version | status |
|---|---|---|---|---|
| 324,1 | Best Practices for Handling Offline Messages 324 | AstraChat XMPP Server 1 | ||
| 324,12 | Best Practices for Handling Offline Messages 324 | profanity 12 | 1.0.1 | complete |
| 324,14 | Best Practices for Handling Offline Messages 324 | MongooseIM 14 | 1.0.1 | complete |
| 324,20 | Best Practices for Handling Offline Messages 324 | Prosody IM 20 | 1.0.1 | complete |
| 324,34 | Best Practices for Handling Offline Messages 324 | Metronome IM 34 | 1.0 | complete |
| 324,38 | Best Practices for Handling Offline Messages 324 | ejabberd 38 | 1.0 | complete |
| 324,46 | Best Practices for Handling Offline Messages 324 | Tigase XMPP Server 46 | ||
| 324,65 | Best Practices for Handling Offline Messages 324 | Miranda NG 65 | 1.0.1 | |
| 324,68 | Best Practices for Handling Offline Messages 324 | 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]) );