ISF Resources
Documentation: http://www.synce.org/index.php/ISF
(slightly more complete documentation): http://synce.org/moin/FormatDocumentation/InkSerializedFormat
"It's possible!": http://journals.tuxreports.com/lch/archives/003601.html
Origin of docs, some reading: http://www.mail-archive.com/amsn-devel@lists.sourceforge.net/msg06185.html
Gif comment field: http://osdir.com/ml/network.instant-messaging.amsn.devel/2006-01/msg00279.html
To get an example, add a 0x8 flag to the client id number. Edit like this in emesenelib/core.py, near line 187:
# p2p features support number
self.CLIENT_ID = 0x50000000 | 0x8 | 0x4 | 0x2
Attached examples
