summaryrefslogtreecommitdiff
path: root/poezio/tabs/rostertab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/rostertab.py')
-rw-r--r--poezio/tabs/rostertab.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py
index 6e73051e..7c941aa9 100644
--- a/poezio/tabs/rostertab.py
+++ b/poezio/tabs/rostertab.py
@@ -165,13 +165,6 @@ class RosterInfoTab(Tab):
self.command_password,
usage='<password>',
shortdesc='Change your password')
-
- self.register_command(
- 'reconnect',
- self.command_reconnect,
- desc='Disconnect from the remote server if you are '
- 'currently connected and then connect to it again.',
- shortdesc='Disconnect and reconnect to the server.')
self.register_command(
'disconnect',
self.command_disconnect,
@@ -533,16 +526,6 @@ class RosterInfoTab(Tab):
self.core.xmpp.plugin['xep_0191'].get_blocked(callback=callback)
@command_args_parser.ignored
- def command_reconnect(self):
- """
- /reconnect
- """
- if self.core.xmpp.is_connected():
- self.core.disconnect(reconnect=True)
- else:
- self.core.xmpp.connect()
-
- @command_args_parser.ignored
def command_disconnect(self):
"""
/disconnect