msnp11-sdk 0.11.3

An MSNP11 client SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/// MSNP presence statuses.
#[derive(Debug, Clone, PartialEq)]
#[cfg_attr(feature = "uniffi", derive(uniffi::Enum))]
pub enum MsnpStatus {
    Online,
    Busy,
    Away,
    Idle,
    OutToLunch,
    OnThePhone,
    BeRightBack,
    AppearOffline,
}