Metadata-Version: 1.0
Name: js.strophe
Version: 1.0.2
Summary: Fanstatic packaging of Strophe.js
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.strophe
        **********
        
        Introduction
        ============
        
        This library packages `Strophe.js`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Strophe.js`: http://strophe.im/strophejs/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.strophe``) are published to some URL.
        
        
        How to use?
        ===========
        
        You can import ``strophe`` from ``js.strophe`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.strophe import strophe
          >>> strophe.need()
        
        
        CHANGES
        *******
        
        1.0.2 (2012-10-31)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
