Plugin:Facebook/en: Difference between revisions

From Miranda NG
Plugin:Facebook/en
Jump to navigation Jump to search
(new hidden setting adjusted - r10161)
(hidden settings as a table, settings sorted alphabetically)
Line 18: Line 18:


== Hidden settings ==
== Hidden settings ==
;TimeoutsLimit (Byte)
To edit these options you will need {{Plugin|DbEditorPP|Database Editor}} plugin.
: Errors limit (default 3) after which FB disconnects


;DisableLogout (Byte)
{| class="wikitable"
: 1 = Disable logout procedure
|-
: 0 = Default
! Setting !! Type !! Default !! Description
 
|-
;EnableChat (Byte)
| DisableLogout || Byte || style="text-align:center" | 0 || Disable logout procedure.
: 0 = Don't use multi user chat at all (default is 1)
|-
 
| EnableChat || Byte || style="text-align:center" | 1 || Don't use multi user chat at all.
;PollRate (Byte)
|-
: Waiting time between buddy list and newsfeed parsing.
| KeepUnread || Byte ||  || Don't mark messages as read on server (works globally or per contact).
 
|-
;Locale (String)
| Locale || String ||  || Get Facebook errors in specific language, "en_US", "cs_CZ", etc.
: Get Facebook errors in specific language, "en_US", "cs_CZ", etc.
|-
 
| NameAsNick || Byte || style="text-align:center" | 1 || Don't use real name as nickname, use nickname if possible.
;UseLocalTimestampUnread (Byte)
|-
: 1 = Use local timestamp for offline (unread) messages
| NaseemsSpamMode || Byte ||  || Don't add contacts when we send message to them from other instances, add them only when they reply.
 
|-
;KeepUnread (Byte)
| OpenUrlBrowser || Unicode ||  || Open URLs in different browser. The value is path to browser, in account's branch.
: 1 = Don't mark messages as read on server (works globally or per contact)
|-
 
| PollRate || Byte ||  || Waiting time between buddy list and newsfeed parsing.
;NaseemsSpamMode (Byte)
|-
: 1 = Don't add contacts when we send message to them from other instances, add them only when they reply
| TimeoutsLimit || Byte || style="text-align:center" | 3 || Errors limit after which FB disconnects.
 
|-
;NameAsNick (Byte)
| UseLocalTimestampUnread || Byte ||  || Use local timestamp for offline (unread) messages.
:0 = Don't use real name as nickname, use nickname if possible (default is 1)
|}
 
;OpenUrlBrowser (Unicode)
: Open URLs in different browser. The value is path to browser, in account's branch.


{{PluginGroups}}
{{PluginGroups}}

Revision as of 19:58, 15 August 2014

Facebook
Facebook
Filename Facebook.dll
Authors Michal Zelinka, Robert Pösel
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit
Other: Smiley pack (with Emoji)
IEView template,

Facebook protocol support for Miranda NG.


Main features

  • Support for searching and adding contacts
  • Support for requesting, approving and revoking friendships
  • Support for invisible status
  • Notification after someone remove you from his friends
  • Writing statuses from within your Miranda
  • Getting newsfeeds from wall and new notifications
  • Shows contacts with "On mobile" status


Addons


Hidden settings

To edit these options you will need Database Editor plugin.

Setting Type Default Description
DisableLogout Byte 0 Disable logout procedure.
EnableChat Byte 1 Don't use multi user chat at all.
KeepUnread Byte Don't mark messages as read on server (works globally or per contact).
Locale String Get Facebook errors in specific language, "en_US", "cs_CZ", etc.
NameAsNick Byte 1 Don't use real name as nickname, use nickname if possible.
NaseemsSpamMode Byte Don't add contacts when we send message to them from other instances, add them only when they reply.
OpenUrlBrowser Unicode Open URLs in different browser. The value is path to browser, in account's branch.
PollRate Byte Waiting time between buddy list and newsfeed parsing.
TimeoutsLimit Byte 3 Errors limit after which FB disconnects.
UseLocalTimestampUnread Byte Use local timestamp for offline (unread) messages.