Package spade :: Module AMS
[hide private]
[frames] | no frames]

Module AMS

source code

Classes [hide private]
  AMS
Agent Management System
  AmsAgentDescription
Agent Descriptor for AMS registering
Variables [hide private]
  MSG_ACL = 'ACL'
  MSG_IQ = 'IQ'
  MSG_JABBER = 'JABBER'
  MSG_PRESENCE = 'PRESENCE'
  __package__ = 'spade'
  alphanums = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW...
  alphas = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
  alphas8bit = u'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîï...
  c = '~'
  cStyleComment = cStyleComment enclosed in /* ... */
  commaSeparatedList = commaSeparatedList
  cppStyleComment = {FollowedBy:("/") {{"//" rest of line up to ...
  dblQuotedString = string enclosed in double quotes
  dblSlashComment = {"//" rest of line up to \n}
  empty = empty
  hexnums = '0123456789ABCDEFabcdef'
  htmlComment = htmlComment enclosed in <!-- ... -->
  javaStyleComment = {FollowedBy:("/") {{"//" rest of line up to...
  nums = '0123456789'
  printables = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKL...
  pythonStyleComment = {"#" rest of line up to \n}
  quotedString = quotedString using single or double quotes
  restOfLine = rest of line up to \n
  sglQuotedString = string enclosed in single quotes
Variables Details [hide private]

alphanums

Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'

alphas8bit

Value:
u'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþ'

cppStyleComment

Value:
{FollowedBy:("/") {{"//" rest of line up to \n} | cStyleComment enclos\
ed in /* ... */}}

javaStyleComment

Value:
{FollowedBy:("/") {{"//" rest of line up to \n} | cStyleComment enclos\
ed in /* ... */}}

printables

Value:
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\\
'()*+,-./:;<=>?@[\\]^_`{|}~'