From c5cc462963363b2307a2a341da170829385a9589 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 17 Jan 2013 17:37:06 +0100 Subject: Move to the upstream SleekXMPP - remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation --- src/core.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index b2e16e85..b30e7ad6 100644 --- a/src/core.py +++ b/src/core.py @@ -2432,11 +2432,6 @@ class Core(object): desc=_('Invite jid in room with reason.'), shortdesc=_('Invite someone in a room.'), completion=self.completion_invite) - self.register_command('decline', self.command_decline, - usage=_(' [reason]'), - desc=_('Decline the invitation to room with or without reason.'), - shortdesc=_('Decline an invitation.'), - completion=self.completion_decline) self.register_command('invitations', self.command_invitations, shortdesc=_('Show the pending invitations.')) self.register_command('bookmarks', self.command_bookmarks, -- cgit v1.2.3