comparison plugins/plugin_xep_0096.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 2e3411a6baad
children a5b5fb5fc9fd
comparison
equal deleted inserted replaced
47:9aa2d9dd4045 48:4392f1fdb064
43 43
44 PLUGIN_INFO = { 44 PLUGIN_INFO = {
45 "name": "XEP 0096 Plugin", 45 "name": "XEP 0096 Plugin",
46 "import_name": "XEP_0096", 46 "import_name": "XEP_0096",
47 "type": "XEP", 47 "type": "XEP",
48 "protocols": ["XEP-0096"],
48 "dependencies": ["XEP_0065"], 49 "dependencies": ["XEP_0065"],
49 "main": "XEP_0096", 50 "main": "XEP_0096",
50 "description": """Implementation of SI File Transfert""" 51 "description": """Implementation of SI File Transfert"""
51 } 52 }
52 53