[tracker/transient-journal-rebased: 3/3] NCO: Set presence properties as transient
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/transient-journal-rebased: 3/3] NCO: Set presence properties as transient
- Date: Wed, 26 Jan 2011 16:22:32 +0000 (UTC)
commit a0df580ba34492031a502f90a19866e63ea4193d
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Jan 25 11:58:16 2011 +0100
NCO: Set presence properties as transient
data/ontologies/32-nco.ontology | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index b557e95..3a51b24 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -11,7 +11,7 @@
nco: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nco" ;
- nao:lastModified "2011-01-25T13:30:00Z" .
+ nao:lastModified "2011-01-25T17:11:00Z" .
nco:Role a rdfs:Class ;
rdfs:label "Role" ;
@@ -667,6 +667,7 @@ nco:imStatusMessage a rdf:Property ;
rdfs:comment "A feature common in most IM systems. A message left by the user for all his/her contacts to see." ;
nrl:maxCardinality 1 ;
rdfs:domain nco:IMAddress ;
+ tracker:transient true ;
rdfs:range xsd:string .
nco:imDisplayName a rdf:Property ;
@@ -718,6 +719,7 @@ nco:imPresence a rdf:Property ;
rdfs:label "imPresence" ;
nrl:maxCardinality 1 ;
rdfs:domain nco:IMAddress ;
+ tracker:transient true ;
rdfs:range nco:PresenceStatus .
nco:presenceLastModified a rdf:Property ;
@@ -725,6 +727,7 @@ nco:presenceLastModified a rdf:Property ;
rdfs:comment "Timestamp of the last change in the presence status";
nrl:maxCardinality 1;
rdfs:domain nco:IMAddress ;
+ tracker:transient true ;
rdfs:range xsd:dateTime .
nco:IMCapability a rdfs:Class ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]