[tracker] Add new properties to IMAccount



commit 4856afcfb491cc0bf705294b6f58b6b13f90fc15
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu Nov 19 17:53:23 2009 +0200

    Add new properties to IMAccount
    
    To represent my own display-name, if the account is enabled and
    my own avatar for that account.

 data/ontologies/32-nco.ontology |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 364d1a9..2306a58 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -637,6 +637,27 @@ nco:imStatusMessage a rdf:Property ;
 	rdfs:domain nco:IMAccount ;
 	rdfs:range xsd:string .
 
+nco:imDisplayName a rdf:Property ;
+ 	rdfs:label "displayname";
+	rdfs:comment "The user-visible name of this account. This SHOULD be chosen by the user at account creation time. The account creation user interface is responsible for setting a reasonable default value in the user's locale; something like	'Jabber (bob example com)' would be sensible." ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain nco:IMAccount ;
+	rdfs:range xsd:string .
+
+nco:imEnabled a rdf:Property ;
+	rdfs:label "enabled" ;
+	rdfs:comment "";
+	nrl:maxCardinality 1 ;
+	rdfs:domain nco:IMAccount ;
+	rdfs:range xsd:boolean .
+
+nco:imAccountAvatar a rdf:Property ;
+	rdfs:label "account avatar" ;
+	rdfs:comment "The picture the user wants to show to others in this account";
+	nrl:maxCardinality 1 ;
+	rdfs:domain nco:IMAccount ;
+	rdfs:range nfo:FileDataObject .
+
 nco:gender a rdf:Property ;
 	rdfs:label "gender" ;
 	rdfs:comment "Gender of the given contact." ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]