summaryrefslogtreecommitdiffstats
path: root/plugins/push-notification.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08push-notification: Accept push from any originAlfonso Sanchez-Beato1-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.
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-4/+2
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-2/+6
With these macro helpers we can separate in/out arguments and use their own vector.
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-02-02push-notification: Fix the nulling of the agentDenis Kenzior1-0/+1
Same as the previous commit, but applies to push-notifications
2011-01-12plugins: M15 coding style fixJeevaka Badrappan1-2/+2
2010-12-24push-notification: Handle notifications with source port 0Marcel Holtmann1-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.
2010-11-02push-notification: Handle WAP push messagesDenis Kenzior1-0/+32
2010-11-02push-notification: Free agent when sms atom exitsDenis Kenzior1-6/+6
2010-11-02push-notification: Implement unregister agentDenis Kenzior1-1/+18
2010-11-02push-notification: Implement register agentDenis Kenzior1-1/+35
2010-11-02push-notification: Add skeletonDenis Kenzior1-0/+151