Example #1
0
 def cleanup(self):
     ConversationTab.remove_information_element('otr')
     self.del_tab_command(ConversationTab, 'otr')
Example #2
0
 def cleanup(self):
     self.send_unsigned_presence()
     ConversationTab.remove_information_element('gpg')
     self.del_tab_command(ConversationTab, 'gpg')
Example #3
0
File: otr.py Project: Perdu/poezio
    def cleanup(self):
        for context in self.contexts.values():
            context.disconnect()

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

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