Revision history for Perl extension AnyEvent::APNS
0.05 2009-10-07T12:54:58+09:00
- now send method trimmed payload body if its length over 256bytes;
because payload exceed the size will be ignored by Apple APNs server.
- refactor handler managing
- fix some typos
0.04 2009-09-09T12:00:10+09:00
- fixed a bug around error_handler
0.03 2009-08-26T12:34:45+09:00
- fixed a bug that object doesn't cleanup correctly
0.02 2009-07-31T19:52:15+09:00
- API Changed: now does not connect in new method,
so need to call connect method explicitly to connect APNS server.
0.01002 2009-07-13T18:24:30+09:00
- added missing prereq: JSON::Any
0.01001 2009-07-09T18:16:39+09:00
- some document fixed (Thanks to tokuhirom)
- no code changed
0.01 2009-07-08T20:23:29+09:00
- original version