Adium

Changeset 24062

Show
Ignore:
Timestamp:
06/24/2008 07:17:00 PM (5 months ago)
Author:
evands
Message:

Gadu-Gadu accounts now send offline messages without prompting, fitting user expectations based on experiences with the official client and typical usage. Fixes #10088

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/Purple Service/ESPurpleGaduGaduAccount.m

    r23270 r24062  
    119119} 
    120120 
     121/*! 
     122 * @brief Should offline messages be sent without prompting the user? 
     123 * 
     124 * Gadu-Gadu users make use of offline messaging heavily, possibly because of the prevelance of invisibile status usage. 
     125 * The official client sends offline messages without prompting; we will, too. 
     126 */ 
     127- (BOOL)sendOfflineMessagesWithoutPrompting 
     128{ 
     129        return YES; 
     130} 
     131 
    121132#pragma mark Status 
    122133/*!