Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Update stanza.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trusty committed May 11, 2016
1 parent d90492f commit 5f64a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleekxmpp/plugins/xep_0066/stanza.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OOBTransfer(ElementBase):
namespace = 'jabber:iq:oob'
plugin_attrib = 'oob_transfer'
interfaces = set(('url', 'desc', 'sid'))
sub_interfaces = set(('url', 'desc'))
sub_interfaces = set(('url', 'desc', 'size'))


class OOB(ElementBase):
Expand Down

0 comments on commit 5f64a44

Please sign in to comment.