summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorMattV <qt-info@nokia.com>2009-09-09 16:31:59 +1000
committerMattV <qt-info@nokia.com>2009-09-09 16:31:59 +1000
commitc3b14ed64945089ce5745c8d587135e133d5944c (patch)
tree74679469aee3e380e719eca3ab25f452d2d343a2 /doc/src
parent972988df74782d9c3bb8b90e1683659e9667e86b (diff)
Remove references to QPE.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/messageserver.qdoc2
-rw-r--r--doc/src/messaging.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/messageserver.qdoc b/doc/src/messageserver.qdoc
index eec427da..9580b4b5 100644
--- a/doc/src/messageserver.qdoc
+++ b/doc/src/messageserver.qdoc
@@ -10,7 +10,7 @@ The \i MessageServer application provides message transport services to Messagin
It can send and retrieve messages of various types, to and from external message service providers such as POP and IMAP servers, or local resources such as a SIM card.
Protocol implementations are loaded from plugin libraries, so that the system can be extended with new services, without modification to the MessageServer application.
-The MessageServer application is a daemon managed by the QPE server; it is always running and available to client applications.
+The MessageServer application is a daemon process; it is designed to be always running and available to client applications.
If the MessageServer experiences a fault and restarts, clients do not need to re-establish communication with the server process.
\section1 Features
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc
index 63c0015c..a1a19052 100644
--- a/doc/src/messaging.qdoc
+++ b/doc/src/messaging.qdoc
@@ -17,7 +17,7 @@ The \l{Messaging Framework Client Library}{Client library} provides classes givi
It simplifies the task of creating messaging client applications, and permits other Messaging Framework applications to interact with messaging data where appropriate.
New types of messages can be supported by the library without modification to existing client applications.
-The \l{MessageServer Daemon}{MessageServer} application is a daemon managed by the QPE server.
+The \l{MessageServer Daemon}{MessageServer} application is a daemon, designed to run continuously while providing services to client applications.
It provides messaging transport functionality, communicating with external servers on behalf of Messaging Framework client applications.
New types of messaging (such as Instant Messages or video messages) can be handled by the server application without modification to existing client applications.