4 lines
100 B
Swift
4 lines
100 B
Swift
enum XMPPAction: Codable {
|
|
case clientConnectionChanged(jid: String, state: ConnectionStatus)
|
|
}
|