summaryrefslogtreecommitdiffstats
path: root/plugins/push-notification.c
AgeCommit message (Collapse)AuthorFilesLines
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