Metadata-Version: 1.0
Name: qi.xmpp.client
Version: 0.1
Summary: A basic xmpp client meant to serve as a base for others.
Home-page: http://chatblox.com/
Author: G. Gozadinos
Author-email: ggozad@qiweb.net
License: GPL
Description: Introduction
        ============
        qi.xmpp.client is a simple xmpp (jabber) bot written on the twisted framework. By itself it does almost nothing but provides a good base on which to create your own bot by simply overriding the functions you want to support. The following xmpp extensions are supported:
        
        * XEP-0030, Service discovery
        * XEP 0153 and XEP-0054, VCards
        * XEP-0095 and XEP-0065, file transfers through SOCKS5
        * XEP-0092, Software version
        * XEP-0199, Pings
        
        
        
        
        
        
        Changelog
        =========
        
        0.1 - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: xmpp bot twisted jabber
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
