aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up #include directives in headersEmanuele Aina2013-04-021-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-021-0/+1
* TpChat: hide guts of Telepathy properties.Will Thompson2011-10-151-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-201-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-091-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-101-3/+8
* Avoid calling ListPendingMessage if it's already running.Xavier Claessens2008-05-091-2/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-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-201-0/+3
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-181-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
* Unify EmpathyTpChatroom and EmpathyTpChat.Xavier Claessens2008-04-021-4/+2
* Remove useless libtelepathy headersXavier Claessens2008-03-111-1/+1
* Implement _set_propertyXavier Claessens2008-03-111-0/+1
* Continue property stuffXavier Claessens2008-03-111-0/+2
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-111-1/+1
* Refactor EmpathyTpChat to use tp-glib client codeXavier Claessens2008-03-111-2/+1
* Add back empathy_tp_chat_new_with_contactXavier Claessens2008-01-021-0/+1
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-031-1/+1
* Conflicts:Xavier Claessens2007-12-031-13/+13
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-181-10/+9
* Fix a leaked ref.Xavier Claessens2007-07-011-3/+7
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-4/+4
* Fix warning when selecting all accounts.Xavier Claessens2007-05-311-4/+0
* Preset the server only for jabber protocol to conference.server. ThisXavier Claessens2007-05-251-12/+14
* When a new text channel arrives, check if there is no existing GossipChatXavier Claessens2007-05-141-0/+2
* [darcs-to-svn @ many changes]Xavier Claessens2007-05-091-17/+10
* [darcs-to-svn @ Save/restore window geometry]Xavier Claessens2007-04-271-0/+1
* [darcs-to-svn @ Set Collabora copyright for files I created/modified]Xavier Claessens2007-04-261-1/+3
* [darcs-to-svn @ initial import]Xavier Claessens2007-04-261-0/+75