[tictactoe] Adapt to changes in Gajim
This commit is contained in:
@@ -183,8 +183,8 @@ class TictactoePlugin(GajimPlugin):
|
|||||||
if game_invite:
|
if game_invite:
|
||||||
game = game_invite.getTag('game')
|
game = game_invite.getTag('game')
|
||||||
if game and game.getAttr('var') == NS_GAMES_TICTACTOE:
|
if game and game.getAttr('var') == NS_GAMES_TICTACTOE:
|
||||||
session = obj.conn.make_new_session(obj.fjid, obj.thread_id,
|
session = obj.conn.make_new_session(
|
||||||
cls=TicTacToeSession)
|
obj.fjid, obj.properties.thread, cls=TicTacToeSession)
|
||||||
self.show_request_dialog(obj, session)
|
self.show_request_dialog(obj, session)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user