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 5f64a44 commit d438906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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', 'size'))
sub_interfaces = set(('url', 'desc'))


class OOB(ElementBase):
Expand All @@ -29,5 +29,5 @@ class OOB(ElementBase):
name = 'x'
namespace = 'jabber:x:oob'
plugin_attrib = 'oob'
interfaces = set(('url', 'desc'))
interfaces = set(('url', 'desc', 'size'))
sub_interfaces = interfaces

0 comments on commit d438906

Please sign in to comment.