Made first pass at cleaning BaseXMPP.

Have not intregrated the new JID class yet.
This commit is contained in:
Lance Stout
2010-10-01 22:24:19 -04:00
parent 433c147627
commit 9f0baec7b2
4 changed files with 538 additions and 239 deletions

View File

@@ -46,7 +46,7 @@ class TestPresenceStanzas(SleekTest):
happened.append(True)
c.add_event_handler("changed_status", handlechangedpresence)
c._handlePresence(p)
c._handle_presence(p)
self.failUnless(happened == [],
"changed_status event triggered for extra unavailable presence")