Auto-accept contents we have created (it would make no sense to refuse it...)

This commit is contained in:
Thibaut GIRKA 2009-09-25 23:52:39 +02:00
parent a8bccebfb7
commit 011f4fe142
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@ class JingleSession(object):
content.name = name
self.contents[(creator, name)] = content
if (creator == 'initiator') == self.weinitiate:
# The content is from us, accept it
content.accepted = True
def remove_content(self, creator, name):
''' We do not need this now '''
#TODO: