Beispiel #1
0
 def cleanup(self):
     ConversationTab.remove_information_element('otr')
     self.del_tab_command(ConversationTab, 'otr')
Beispiel #2
0
 def cleanup(self):
     self.send_unsigned_presence()
     ConversationTab.remove_information_element('gpg')
     self.del_tab_command(ConversationTab, 'gpg')
Beispiel #3
0
    def cleanup(self):
        for context in self.contexts.values():
            context.disconnect()

        ConversationTab.remove_information_element('otr')
        PrivateTab.remove_information_element('otr')
Beispiel #4
0
 def cleanup(self):
     ConversationTab.remove_information_element('otr')
     self.del_tab_command(ConversationTab, 'otr')
Beispiel #5
0
    def cleanup(self):
        for context in self.contexts.values():
            context.disconnect()

        ConversationTab.remove_information_element('otr')
        PrivateTab.remove_information_element('otr')