0.8 -- Implement networkPresence data enum
------------------------------------------
Key: SHINDIG-280
URL: https://issues.apache.org/jira/browse/SHINDIG-280
Project: Shindig
Issue Type: New Feature
Components: Gadget Rendering Server (Java), Gadget Rendering Server
(PHP), OpenSocial feature (Javascript)
Reporter: Paul Lindner
Assignee: Paul Lindner
The 0.8 specification calls for a new Enum named networkPresence defined as
this:
Static Class opensocial.Enum.Presence
The enum keys used by the networkPresence field.
See also: opensocial.Person.Field.NetworkPresence
Field Summary
<static> object AWAY
The entity or resource is temporarily away.
<static> object CHAT
The entity or resource is actively interested in chatting.
<static> object DND
The entity or resource is busy (dnd = "Do Not Disturb").
<static> object OFFLINE
The entity or resource is off line.
<static> object ONLINE
The entity or resource is on line.
<static> object XA
The entity or resource is away for an extended period (xa = "eXtended
Away").
Need to implement this for java/php/javascript.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.