Ejemplo n.º 1
0
 def cleanup(self):
     ConversationTab.remove_information_element('otr')
     self.del_tab_command(ConversationTab, 'otr')
Ejemplo n.º 2
0
 def cleanup(self):
     self.send_unsigned_presence()
     ConversationTab.remove_information_element('gpg')
     self.del_tab_command(ConversationTab, 'gpg')
Ejemplo n.º 3
0
Archivo: otr.py Proyecto: Perdu/poezio
    def cleanup(self):
        for context in self.contexts.values():
            context.disconnect()

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

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