summaryrefslogtreecommitdiff
path: root/plugins/push-notification.c
Commit message (Collapse)AuthorAgeFilesLines
* dbus: Use dbus_validate_pathSlava Monich2018-01-181-1/+1
| | | | Instead of __ofono_dbus_valid_object_path
* push-notification: Accept push from any originAlfonso Sanchez-Beato2015-09-081-18/+7
| | | | | | Accept push notifications regardless of the origin port, as some operators do not insert there the WAP connectionless session service port, and use random values instead.
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-201-4/+2
| | | | | Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-201-2/+6
| | | | | With these macro helpers we can separate in/out arguments and use their own vector.
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-201-1/+1
| | | | | | | Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
* plugins: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* push-notification: Fix the nulling of the agentDenis Kenzior2011-02-021-0/+1
| | | | Same as the previous commit, but applies to push-notifications
* plugins: M15 coding style fixJeevaka Badrappan2011-01-121-2/+2
|
* push-notification: Handle notifications with source port 0Marcel Holtmann2010-12-241-6/+19
| | | | | | It seesm that some networks send the push notifications with a source port of 0 instead of 9200. Instead of accepting any source port, add an additional datagram handler for the source port 0.
* push-notification: Handle WAP push messagesDenis Kenzior2010-11-021-0/+32
|
* push-notification: Free agent when sms atom exitsDenis Kenzior2010-11-021-6/+6
|
* push-notification: Implement unregister agentDenis Kenzior2010-11-021-1/+18
|
* push-notification: Implement register agentDenis Kenzior2010-11-021-1/+35
|
* push-notification: Add skeletonDenis Kenzior2010-11-021-0/+151