comparison plugins/plugin_xep_0065.py @ 9:63ab3d8058f4

description of plugin_xep_0065
author Goffi <goffi@goffi.org>
date Mon, 26 Oct 2009 18:05:17 +0100
parents 4b05308d45f9
children 218ec9984fa5
comparison
equal deleted inserted replaced
8:4b05308d45f9 9:63ab3d8058f4
67 PLUGIN_INFO = { 67 PLUGIN_INFO = {
68 "name": "XEP 0065 Plugin", 68 "name": "XEP 0065 Plugin",
69 "import_name": "XEP_0065", 69 "import_name": "XEP_0065",
70 "type": "XEP", 70 "type": "XEP",
71 "main": "XEP_0065", 71 "main": "XEP_0065",
72 "description": """Implementation of SI File Transfert""" 72 "description": """Implementation of SOCKS5 Bytestreams"""
73 } 73 }
74 74
75 STATE_INITIAL = 0 75 STATE_INITIAL = 0
76 STATE_AUTH = 1 76 STATE_AUTH = 1
77 STATE_REQUEST = 2 77 STATE_REQUEST = 2