comparison plugins/plugin_xep_0077.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 6f0699ba0329
children a5b5fb5fc9fd
comparison
equal deleted inserted replaced
47:9aa2d9dd4045 48:4392f1fdb064
33 33
34 PLUGIN_INFO = { 34 PLUGIN_INFO = {
35 "name": "XEP 0077 Plugin", 35 "name": "XEP 0077 Plugin",
36 "import_name": "XEP_0077", 36 "import_name": "XEP_0077",
37 "type": "XEP", 37 "type": "XEP",
38 "protocols": ["XEP-0077"],
38 "dependencies": [], 39 "dependencies": [],
39 "main": "XEP_0077", 40 "main": "XEP_0077",
40 "description": """Implementation of in-band registration""" 41 "description": """Implementation of in-band registration"""
41 } 42 }
42 43