Package twisted :: Package test :: Module test_toc :: Class DummyTOC
[show private | hide private]
[frames | no frames]

Class DummyTOC

BaseProtocol --+        
               |        
        Protocol --+    
                   |    
                 TOC --+
                       |
                      DummyTOC


used to override authentication, now overrides printing.
Method Summary
  authorize(self, server, port, username, password)
(inherited from TOC)
  buddyUpdate(self, user)
Update the buddy. (inherited from TOC)
  canContact(self, user)
(inherited from TOC)
  chatInvite(self, room, user, message)
(inherited from TOC)
  chatJoin(self, room)
(inherited from TOC)
  chatLeave(self, room)
(inherited from TOC)
  chatMessage(self, room, user, message)
(inherited from TOC)
  chatUserUpdate(self, room, user)
(inherited from TOC)
  chatWhisper(self, room, user, message)
(inherited from TOC)
  connectionFailed(self)
(Deprecated) (inherited from Protocol)
  connectionLost(self, reason)
(inherited from TOC)
  connectionMade(self)
Called when a connection is made. (inherited from TOC)
  dataReceived(self, data)
Called whenever data is received. (inherited from TOC)
  evilFrom(self, user)
(inherited from TOC)
  getStatus(self, user)
(inherited from TOC)
  hearWhisper(self, user, data, auto)
Called when you get an IM. (inherited from TOC)
  isFlap(self)
tests to see if a flap is actually on the buffer (inherited from TOC)
  modeConnected(self)
(inherited from TOC)
  modeFlapon(self)
(inherited from TOC)
  modeSignon(self)
(inherited from TOC)
  modeTocSignon(self)
(inherited from TOC)
  readFlap(self)
read the first FLAP off self._buf, raising errors if it isn't in the right form. (inherited from TOC)
  sendError(self, code, *varargs)
send an error to the user. (inherited from TOC)
  sendFlap(self, type, data)
send a FLAP to the client (inherited from TOC)
  toc_add_buddy(self, data)
adds users to the buddy list (inherited from TOC)
  toc_add_deny(self, data)
adds users to the deny list. (inherited from TOC)
  toc_add_permit(self, data)
adds users to the permit list. (inherited from TOC)
  toc_change_passwd(self, data)
(inherited from TOC)
  toc_chat_accept(self, data)
accept an invitation. (inherited from TOC)
  toc_chat_invite(self, data)
invite others to the room. (inherited from TOC)
  toc_chat_join(self, data)
joins the chat room. (inherited from TOC)
  toc_chat_leave(self, data)
leave the room. (inherited from TOC)
  toc_chat_send(self, data)
send a message to the chat room. (inherited from TOC)
  toc_chat_whisper(self, data)
(inherited from TOC)
  toc_evil(self, data)
warns a user. (inherited from TOC)
  toc_format_nickname(self, data)
change the format of your nickname. (inherited from TOC)
  toc_get_info(self, data)
get the user info for a user (inherited from TOC)
  toc_init_done(self, data)
called when all the setup is done. (inherited from TOC)
  toc_remove_buddy(self, data)
removes users from the buddy list (inherited from TOC)
  toc_send_im(self, data)
incoming instant message (inherited from TOC)
  toc_set_away(self, data)
set/unset away message (inherited from TOC)
  toc_set_config(self, data)
set the saved config. (inherited from TOC)
  toc_set_idle(self, data)
set/unset idle (inherited from TOC)
  toc_set_info(self, data)
set the users information, retrivable with toc_get_info (inherited from TOC)
  toc_unknown(self, tocname, data)
(inherited from TOC)
  updateUsers(self)
Update the users who have us on their buddylist. (inherited from TOC)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:19 2003 http://epydoc.sf.net