[Bug 38943] New: Implement Facebook's power saving mode

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 4 12:37:08 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=38943

           Summary: Implement Facebook's power saving mode
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: gabble
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: marco.barisione at collabora.co.uk
         QAContact: telepathy-bugs at lists.freedesktop.org


Facebook implements a power saving mode similar to google:queue, but
conveniently different and undocumented.

To enter sleep mode you do:
<iq type="set">
  <sleep xmlns="http://www.facebook.com/xmpp/suspend"/>
</iq>

To leave it:
<iq type="set"> 
  <wake xmlns="http://www.facebook.com/xmpp/suspend"/>
</iq>

There is nothing equivalent to the flush operation in the GTalk implementation,
queued presence changes are flushed when we sent a wake command.
The server doesn't advertise its support for this feature and there is no other
Facebook-specific feature we can rely on, so we need to look at the
connect-server property.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list