API Notes: InstantMessage framework
===================================

The full API is described in `Apple's documentation`__, both
the C and Objective-C APIs are available (but see the `API Notes`_ below).

.. __: https://developer.apple.com/reference/instantmessage/

These bindings are accessed through the ``InstantMessage`` package (that is, ``import InstantMessage``).


API Notes
---------

All API's in the InstantMessage framework are wrapped by PyObjC.

The InstantMessage framework is deprecated in OSX 10.9, use the
Social framework instead (which is new in OSX 10.9)
