comparison plugins/plugin_xep_0065.py @ 48:4392f1fdb064

plugins improvement - new protocols field in plugins info, useful to know which ones are implemented by the plugin - XEP-0153 first implementation (vcard avatars) - plugin vcard: avatar & nick cached, clients are noticed of updated values
author Goffi <goffi@goffi.org>
date Wed, 06 Jan 2010 23:56:44 +1100
parents 3e24753b9e0b
children a5b5fb5fc9fd
comparison
equal deleted inserted replaced
47:9aa2d9dd4045 48:4392f1fdb064
81 81
82 PLUGIN_INFO = { 82 PLUGIN_INFO = {
83 "name": "XEP 0065 Plugin", 83 "name": "XEP 0065 Plugin",
84 "import_name": "XEP_0065", 84 "import_name": "XEP_0065",
85 "type": "XEP", 85 "type": "XEP",
86 "protocols": ["XEP-0065"],
86 "main": "XEP_0065", 87 "main": "XEP_0065",
87 "description": """Implementation of SOCKS5 Bytestreams""" 88 "description": """Implementation of SOCKS5 Bytestreams"""
88 } 89 }
89 90
90 STATE_INITIAL = 0 91 STATE_INITIAL = 0