diff options
author | mathieui <mathieui@mathieui.net> | 2013-01-17 17:37:06 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-01-17 17:37:06 +0100 |
commit | c5cc462963363b2307a2a341da170829385a9589 (patch) | |
tree | 7a93dec042fef00865dab70320ed4cb8f560a9e9 /src/core.py | |
parent | b06240ee7b4940af52a0c01915214860d8a06bb2 (diff) | |
download | poezio-c5cc462963363b2307a2a341da170829385a9589.tar.gz poezio-c5cc462963363b2307a2a341da170829385a9589.tar.bz2 poezio-c5cc462963363b2307a2a341da170829385a9589.tar.xz poezio-c5cc462963363b2307a2a341da170829385a9589.zip |
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
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 5 |
1 files changed, 0 insertions, 5 deletions
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=_('<room> [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, |