summaryrefslogtreecommitdiff
path: root/libempathy/empathy-tp-chat.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Port to Telepathy 1.0Guillaume Desmottes1-1/+1
2013-04-01Clean up #include directives in headersEmanuele Aina1-1/+0
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+1
2012-06-27tp-chat: stop setting the TpAccount during constructionGuillaume Desmottes1-1/+0
2012-05-03empathy_tp_chat_is_invited: return a TpContact for the inviterGuillaume Desmottes1-1/+1
2012-05-03remove empathy_tp_chat_join()Guillaume Desmottes1-1/+0
2012-04-10implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes1-0/+2
2012-04-10implement empathy_tp_chat_add as a method on TpChatGuillaume Desmottes1-0/+4
2012-04-10tp-chat: port to Telepathy coding styleGuillaume Desmottes1-48/+46
2012-02-01Chat: show who changed the subjectWill Thompson1-0/+1
2011-10-14TpChat: hide guts of Telepathy properties.Will Thompson1-14/+8
2011-08-18Port to new tp-glib client factoryGuillaume Desmottes1-1/+3
2011-07-11use tp_text_channel_ack_all_pending_messages_async()Guillaume Desmottes1-3/+0
2011-06-22Use tp-glib password API (#651055)Guillaume Desmottes1-10/+0
2011-06-01Use tp-glib SMS high level API (#651242)Guillaume Desmottes1-2/+0
2011-05-25use tp_text_channel_set_chat_state_async() directlyGuillaume Desmottes1-2/+0
2011-05-25EmpathyTpChat: Use a READY property instead of our own ready codeGuillaume Desmottes1-1/+3
2011-05-25remove empathy_tp_chat_get_connection and priv->connectionGuillaume Desmottes1-1/+0
2011-05-25EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes1-4/+7
2011-05-25tp-chat: use the self->priv patternGuillaume Desmottes1-1/+2
2011-05-05[tp-chat] add a counter for the number of pending messagesDanielle Madeley1-0/+6
2011-05-05Add sms-channel property to empathy-tp-chatDanielle Madeley1-0/+2
2011-04-18use tp_text_channel_send_message_async()Guillaume Desmottes1-1/+1
2011-04-06add empathy_tp_chat_get_self_contact()Guillaume Desmottes1-0/+2
2011-02-25Updating empathy_tp_chat_leave() function in empathy-tp-chat APIChandni Verma1-1/+2
2011-01-18Display typing icon in MUC contact-listChandni Verma1-0/+3
2010-08-12tp-chat: add 'account' propertyGuillaume Desmottes1-1/+3
2010-06-17add inviter arg to empathy_tp_chat_is_invitedGuillaume Desmottes1-1/+2
2010-06-07add empathy_tp_chat_join() and empathy_tp_chat_is_invited()Guillaume Desmottes1-0/+3
2010-02-19always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes1-1/+0
2010-02-19Introduce empathy_tp_chat_leaveGuillaume Desmottes1-0/+2
2010-02-16add API to TpChat to ack all pending messages in one goSjoerd Simons1-0/+1
2010-02-08Use a GSList instead of GList to store messages to ackGuillaume Desmottes1-1/+1
2009-12-21Refactor MUC upgrading to be a feature of TpChat->add()Danielle Madeley1-0/+1
2009-11-13Respect indentation style.Cosimo Cecchi1-8/+8
2009-11-13add empathy_tp_chat_provide_password_{async,finish}Guillaume Desmottes1-0/+9
2009-11-13tp-chat: add API to check if a password is requiredGuillaume Desmottes1-0/+2
2009-11-01Fix topic not always shown, and add /topic command support.Xavier Claessens1-0/+11
2009-05-18empathy-tp-chat: fix coding styleGuillaume Desmottes1-1/+1
2009-04-22Add empathy_tp_chat_get_connection() to direct access the channel's connection.Xavier Claessens1-0/+1
2009-04-22Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.Xavier Claessens1-2/+0
2009-01-09Improve API of tp-chatSjoerd Simons1-3/+8
2008-05-08Avoid calling ListPendingMessage if it's already running.Xavier Claessens1-2/+1
2008-05-05Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens1-2/+2
2008-04-23Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens1-0/+1
2008-04-19Fix acknoledge of messagesXavier Claessens1-0/+3
2008-04-17Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens1-0/+1
2008-04-15Update copyright year in .h too, it was done in .c only.Xavier Claessens1-1/+1
2008-04-11Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens1-8/+3
2008-04-02Add a 'ready' property telling if the object is ready to use.Xavier Claessens1-0/+1