groupchat: implement channel join queue
commit80ff9c3a8a0775626ef229471593cb67b8fce1e2
authorStefan Becker <stefan.becker@nokia.com>
Sat, 18 Sep 2010 22:52:55 +0000 (19 01:52 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Sat, 18 Sep 2010 22:52:55 +0000 (19 01:52 +0300)
treed9aa2588f59d788a2e4ca0ee0f31b2af50b77e2a
parent7fe35c03499f4175c87554ab934d3fa7e343dff5
groupchat: implement channel join queue

If the connection to the Group Chat server hasn't been established yet, then we
can't process any channel join requests. This happens e.g. when the user has
channels with auto-join set. We store the URIs in a list and process it after
the connection has been established.
src/core/sipe-groupchat.c