Inherits from BaseRequest : NSObject
Declared in GoOnlineRequest.h
GoOnlineRequest.m

Overview

Toggles the Buddy ONLINE status of the User.

All clients who have the current User as their Buddy in the BuddyList, will see his status change accordingly. Going online/offline as Buddy doesn’t affect the User connection,the currently joined Zone/Rooms etc…

The ONLINE status is maintained by a reserved and persistent BuddyVariable.

See SFSBuddyVariable, ReservedBuddyVariables

Tasks

Class Methods

requestWithOnline:

: the Buddy Online status

+ (id)requestWithOnline:(BOOL)online

Parameters

online

: the Buddy Online status

Declared In

GoOnlineRequest.h