Documentation ¶
Index ¶
Constants ¶
View Source
const ( // None represents 'none' subscription type. None = "none" // From represents 'from' subscription type. From = "from" // To represents 'to' subscription type. To = "to" // Both represents 'both' subscription type. Both = "both" // Remove represents 'remove' subscription type. Remove = "remove" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { Username string JID string Name string Subscription string Ask bool Groups []string }
Item represents a roster item entity.
type Notification ¶
Notification represents a roster subscription pending notification.
Click to show internal directories.
Click to hide internal directories.