diff options
Diffstat (limited to 'htroot/ViewProfile.xml')
| -rw-r--r-- | htroot/ViewProfile.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/htroot/ViewProfile.xml b/htroot/ViewProfile.xml new file mode 100644 index 000000000..a4f1e7312 --- /dev/null +++ b/htroot/ViewProfile.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<profile> + <status code="#[success]#"> + #(success)#Wrong access of this page + ::The requested peer is unknown or a potential peer.The profile can't be fetched. + ::The peer #[peername]# is not online. + ::Peer profile successfully fetched + #(/success)# + </status> + + #(success)#:::::: + <name>#(name)#::<![CDATA[#[value]#]]>#(/name)#</name> + <nickname>#(nickname)#::<![CDATA[#[value]#]]>#(/nickname)#</nickname> + <homepage>#(homepage)#::<![CDATA[#[value]#]]>#(/homepage)#</homepage> + <email>#(email)#::<![CDATA[#[value]#]]>#(/email)#</email> + <icq>#(icq)#::<![CDATA[#[value]#]]>#(/icq)#</icq> + <jabber>#(jabber)#::<![CDATA[#[value]#]]>#(/jabber)#</jabber> + <yahoo>#(yahoo)#::<![CDATA[#[value]#]]>#(/yahoo)#</yahoo> + <msn>#(msn)#::<![CDATA[#[value]#]]>#(/msn)#</msn> + <comment>#(comment)#::<![CDATA[#[value]#]]>#(/comment)#</comment> + + <!-- optional profile fields --> + #{other}# + <optional> + <name><![CDATA[#[key]#]]></name> + <value><![CDATA[#[value]#]]></value> + </optional> + #{/other}# + #(/success)# +</profile>
\ No newline at end of file |
