summaryrefslogtreecommitdiff
path: root/src/gabble-connection.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-21factor out lm_message_node_steal_children and properly reset the parent of al...1-6/+1
2006-07-19fix potential crash when generating error replies to malformed IQs1-3/+6
2006-07-10fix possible NULL strcmp in MUC server discovery1-2/+2
2006-07-21make InspectHandles method async to avoid strdups1-23/+28
2006-07-21preliminary patch to add InspectHandles method (back from the future (spec 0....1-0/+43
2006-06-14only ReleaseName the bus name if we actually succeeded in acquiring it, fixes...1-8/+20
2006-06-09fix bogus g_free of GErrors when looking for existing media channels1-6/+8
2006-06-08send our presence to the server before we go on-line, otherwise servers might...1-3/+3
2006-06-07MUC: queue channel requests and return Channel.{Banned,Full,InviteOnly} error...1-22/+90
2006-06-05add a connecting method to TpChannelFactoryIface, and only hook up callbacks ...1-70/+111
2006-06-05check return value of _lm_message_iq_make_result1-2/+6
2006-06-05replace _send_iq_result with _acknowledge_set_iq; make _send_iq_error take me...1-22/+15
2006-06-05make Jingle handler add <query> to IQ responses1-1/+2
2006-06-05don't automatically add <query> node to IQ responses1-11/+2
2006-06-05allow acking IQs with no from JID -- they come from the server1-1/+0
2006-06-05don't ack IQs with no ID1-2/+9
2006-06-03make Jingle session handling code pass messages rather than nodes around1-1/+1
2006-06-02don't use strcmp to check Jingle iq subtype is "set"1-10/+3
2006-06-02add the aliasing interface to GetInterfaces1-0/+1
2006-06-01add handling for "known" list channel in gabble_connection_request_handle1-0/+4
2006-05-31remove errant ; which causes odd errors from the request aliases function1-1/+1
2006-05-31advertise properties interface, don't advertise caps or contact info1-2/+1
2006-05-29fix over-enthusiastic replacement of set_static with take... that actually *i...1-1/+1
2006-05-29fix disco#info response logic1-3/+3
2006-05-29declare get_features as explicitly taking (void)1-1/+1
2006-05-29use g_strdiff for readability1-2/+1
2006-05-29make disco handler fall through in case of unknown node1-1/+1
2006-05-29rename gabble-disco.* to disco.*1-1/+1
2006-05-26use VERSION from config.h instead of defining a new GABBLE_VERSION1-2/+4
2006-05-25GabbleConnection: add missing Properties interface bits and pieces.1-3/+63
2006-05-25query for jingle options when available.1-0/+18
2006-05-25merge in rejects from properties mixin branch1-0/+18
2006-05-22GabbleConnection: plug in the properties mixin1-8/+73
2006-05-25avoid leaking GErrors if there are multiple problems setting aliases1-1/+18
2006-05-25implement request aliases method1-0/+25
2006-05-25I prefer 'disco' to 'DISCO'1-1/+1
2006-05-25reply to unknown IQs with service unavailable, as the RFC states, avoiding le...1-1/+1
2006-05-25add initial aliasing support to gabble connection1-8/+197
2006-05-25fix potential for confusion/memory leaks where g_value_set_{static_,}boxed is...1-3/+3
2006-05-23generate aliasing interface1-0/+64
2006-05-24emit status changed correctly for failure in connection open1-16/+15
2006-05-24advertise NS_GOOGLE_VOICE rather than NS_GOOGLE_SESSION_*1-3/+1
2006-05-24don't advertise roster cap1-2/+0
2006-05-19dynamically generate feature list and make the contents conditional on GABBLE...1-18/+50
2006-05-17put jingle features into jingle bundle1-4/+4
2006-05-24register the ignore-ssl-errors property on GabbleConnection1-0/+9
2006-05-23add new SSL errors1-13/+40
2006-05-23use the voice resource of the initator for all incoming calls1-2/+4
2006-05-22disable capabilities and contactinfo interface because we want to change them...1-20/+7
2006-05-23correctly clear the suppress_next_handler flag to avoid losing an incoming ch...1-5/+6