Package xmpp :: Module client :: Class PlugIn
[show private | hide private]
[frames | no frames]

Class PlugIn

Known Subclasses:
Bind, Browser, Command_Handler_Prototype, Commands, ComponentBind, Dispatcher, IBB, NonSASL, Roster, SASL, TCPsocket, TLS

Common xmpppy plugins infrastructure: plugging in/out, debugging.
Method Summary
  __init__(self)
  DEBUG(self, text, severity)
Feed a provided debug line to main instance's debug facility along with our ID string.
  PlugIn(self, owner)
Attach to main instance and register ourself and all our staff in it.
  PlugOut(self)
Unregister all our staff from main instance and detach from it.

Method Details

DEBUG(self, text, severity='info')

Feed a provided debug line to main instance's debug facility along with our ID string.

PlugIn(self, owner)

Attach to main instance and register ourself and all our staff in it.

PlugOut(self)

Unregister all our staff from main instance and detach from it.

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