import Foundation struct ServerFeature: Stateable, Identifiable { let xep: String let name: String let xmppId: String? let description: String? var id: String { xep } }