~indicator-network-developers/ofono/trunk.packaging

« back to all changes in this revision

Viewing changes to doc/features.txt

  • Committer: Kalle Valo
  • Date: 2010-11-08 09:54:19 UTC
  • mfrom: (2738.1.1165)
  • Revision ID: kalle.valo@canonical.com-20101108095419-3u5fy1msw22i8ubt
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
  status reports are received, the UI is notified either via DBus or history
152
152
  plugin API.
153
153
 
 
154
- Source / Destination port addressing scheme from 3GPP 23.040.  A special
 
155
  header is used to indicate the source / destination port of the application
 
156
  this SMS message belongs to.  oFono provides a handler registration
 
157
  framework where plugins can handle the reception of such messages.  The
 
158
  handler can be registered to receive messages which contain a specific
 
159
  source and destination port, or a wildcard.  When such messages are received,
 
160
  they are matched against the registered handlers and dispatched appropriately.
 
161
 
 
162
  oFono takes care of de-fragmentation of such SMS messages, so the handler
 
163
  is informed only once the entire message has been received, and the data
 
164
  payload has been extracted.
 
165
 
 
166
- Smart Messaging Service - vCard support.  oFono provides the ability to send
 
167
  and receive vCard objects through the SmartMessaging interface.  vCards can
 
168
  be sent using the SendBusinessCard method and received using the
 
169
  SmartMessagingAgent framework.
 
170
 
 
171
- Smart Messaging Service - vCalendar support.  oFono provides the ability to
 
172
  send and receive vCalendar objects through the SmartMessaging interface.
 
173
  vCalendars can be sent using the SendAppointment method and received using
 
174
  the SmartMessagingAgent framework.
 
175
 
 
176
- WAP PUSH notification support.  oFono allows the reception of WAP PUSH
 
177
  messages via SMS through the use of the PushNotification interface and the
 
178
  PushNotificationAgent framework.
 
179
 
 
180
 
154
181
GPRS
155
182
====
156
183