| Safe Haskell | None |
|---|
Network.Skype.Protocol.User
Documentation
data UserProperty Source
Constructors
Instances
Constructors
| UserSexUnknown | |
| UserSexMale | |
| UserSexFemale |
data UserStatus Source
Constructors
| UserStatusUnknown | no status information for current user. |
| UserStatusOnline | current user is online. |
| UserStatusOffline | current user is offline. |
| UserStatusSkypeMe | current user is in Skype Me mode (Protocol 2). |
| UserStatusAway | current user is away. |
| UserStatusNotAvailable | current user is not available. |
| UserStatusDoNotDisturb | current user is in Do not disturb mode. |
| UserStatusInvisible | current user is invisible to others. |
| UserStatusLoggedOut | current user is logged out. Clients are detached. |
Instances