You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/05/19 22:15:55 UTC

[jira] Created: (SHINDIG-280) 0.8 -- Implement networkPresence data enum

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.


[jira] Resolved: (SHINDIG-280) 0.8 -- Implement networkPresence data enum

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-280.
----------------------------------

    Resolution: Fixed

This feature is now available.


> 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.