.. _fbf.drivers.sleek.namespace: namespace ~~~~~~~~~ .. automodule:: fbf.drivers.sleek.namespace :show-inheritance: :members: :undoc-members: CODE ---- :: # fbf/driver/sleek/namespace.py # # .. _fbf.drivers.sleek.namespace_CONSTANTS_: CONSTANTS ------------ :: attributes = {} subelements = {} attributes['message'] = ['type', 'from', 'to', 'id'] subelements['message'] = ['subject', 'body', 'error', 'thread', 'x'] attributes['presence'] = ['type', 'from', 'to', 'id'] subelements['presence'] = ['show', 'status', 'priority', 'x'] attributes['iq'] = ['type', 'from', 'to', 'id'] subelements['iq'] = ['query', 'error']