Skip to content

Commit

Permalink
Comply to interface
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
  • Loading branch information
daniele-athome committed Oct 14, 2014
1 parent f9f58f4 commit a8b2f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kontalk/xmppserver/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_by_recipient(self, recipient):
"""Retrieve stanzas by recipient."""
pass

def delete(self, stanzaId, sender=None, recipient=None):
def delete(self, stanzaId, stanzaName, sender=None, recipient=None):
"""Delete a stanza by id."""
pass

Expand Down

0 comments on commit a8b2f7b

Please sign in to comment.