Package xmpp :: Module jep0106
[show private | hide private]
[frames | no frames]

Module xmpp.jep0106

This file is the JEP-0106 commands.

Implemented commands as follows:

4.2 Encode : Encoding Transformation 4.3 Decode : Decoding Transformation
Function Summary
  JIDDecode(str)
  JIDEncode(str)

Variable Summary
list jep0106mapping = [[' ', '20'], ['"', '22'], ['&', '26'],...

Variable Details

jep0106mapping

Type:
list
Value:
[[' ', '20'],
 ['"', '22'],
 ['&', '26'],
 ["'", '27'],
 ['/', '2f'],
 [':', '3a'],
 ['<', '3c'],
 ['>', '3e'],
...                                                                    

Generated by Epydoc 2.1 on Thu Oct 5 23:57:39 2006 http://epydoc.sf.net