summaryrefslogtreecommitdiff
path: root/libempathy/empathy-tp-chat.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up #include directives in headersEmanuele Aina2013-04-011-1/+0
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* tp-chat: stop setting the TpAccount during constructionGuillaume Desmottes2012-06-271-1/+0
* empathy_tp_chat_is_invited: return a TpContact for the inviterGuillaume Desmottes2012-05-031-1/+1
* remove empathy_tp_chat_join()Guillaume Desmottes2012-05-031-1/+0
* implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes2012-04-101-0/+2
* implement empathy_tp_chat_add as a method on TpChatGuillaume Desmottes2012-04-101-0/+4
* tp-chat: port to Telepathy coding styleGuillaume Desmottes2012-04-101-48/+46
* Chat: show who changed the subjectWill Thompson2012-02-011-0/+1
* TpChat: hide guts of Telepathy properties.Will Thompson2011-10-141-14/+8
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-1/+3
* use tp_text_channel_ack_all_pending_messages_async()Guillaume Desmottes2011-07-111-3/+0
* Use tp-glib password API (#651055)Guillaume Desmottes2011-06-221-10/+0
* Use tp-glib SMS high level API (#651242)Guillaume Desmottes2011-06-011-2/+0
* use tp_text_channel_set_chat_state_async() directlyGuillaume Desmottes2011-05-251-2/+0
* EmpathyTpChat: Use a READY property instead of our own ready codeGuillaume Desmottes2011-05-251-1/+3
* remove empathy_tp_chat_get_connection and priv->connectionGuillaume Desmottes2011-05-251-1/+0
* EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes2011-05-251-4/+7
* tp-chat: use the self->priv patternGuillaume Desmottes2011-05-251-1/+2
* [tp-chat] add a counter for the number of pending messagesDanielle Madeley2011-05-051-0/+6
* Add sms-channel property to empathy-tp-chatDanielle Madeley2011-05-051-0/+2
* use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-181-1/+1
* add empathy_tp_chat_get_self_contact()Guillaume Desmottes2011-04-061-0/+2
* Updating empathy_tp_chat_leave() function in empathy-tp-chat APIChandni Verma2011-02-251-1/+2
* Display typing icon in MUC contact-listChandni Verma2011-01-181-0/+3
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-121-1/+3
* add inviter arg to empathy_tp_chat_is_invitedGuillaume Desmottes2010-06-171-1/+2
* add empathy_tp_chat_join() and empathy_tp_chat_is_invited()Guillaume Desmottes2010-06-071-0/+3
* always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes2010-02-191-1/+0
* Introduce empathy_tp_chat_leaveGuillaume Desmottes2010-02-191-0/+2
* add API to TpChat to ack all pending messages in one goSjoerd Simons2010-02-161-0/+1
* Use a GSList instead of GList to store messages to ackGuillaume Desmottes2010-02-081-1/+1
* Refactor MUC upgrading to be a feature of TpChat->add()Danielle Madeley2009-12-211-0/+1
* Respect indentation style.Cosimo Cecchi2009-11-131-8/+8
* add empathy_tp_chat_provide_password_{async,finish}Guillaume Desmottes2009-11-131-0/+9
* tp-chat: add API to check if a password is requiredGuillaume Desmottes2009-11-131-0/+2
* Fix topic not always shown, and add /topic command support.Xavier Claessens2009-11-011-0/+11
* empathy-tp-chat: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* Add empathy_tp_chat_get_connection() to direct access the channel's connection.Xavier Claessens2009-04-221-0/+1
* Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.Xavier Claessens2009-04-221-2/+0
* Improve API of tp-chatSjoerd Simons2009-01-091-3/+8
* Avoid calling ListPendingMessage if it's already running.Xavier Claessens2008-05-081-2/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-051-2/+2
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-231-0/+1
* Fix acknoledge of messagesXavier Claessens2008-04-191-0/+3
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-171-0/+1
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-111-8/+3
* Add a 'ready' property telling if the object is ready to use.Xavier Claessens2008-04-021-0/+1
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-1/+2