summaryrefslogtreecommitdiff
path: root/src/jingle-share.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson1-3/+0
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-16/+16
2012-11-27Don't use add_child_with_content with NULL/"" contentWill Thompson1-6/+6
2012-11-27Avoid manually setting WockyNode.ns where sensible.Will Thompson1-3/+2
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+1
2012-02-23Jingle*: use wocky_strdiff rather than tp_strdiffWill Thompson1-4/+4
2012-01-31Jingle: migrate to WockyNodeIterWill Thompson1-11/+7
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-26Jingle*: (mostly) de-Loudmouth-ifyWill Thompson1-3/+3
2011-05-03Remove GabbleXmppError.Will Thompson1-1/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-46/+46
2010-10-28replace strtoull with g_ascii_strtoullThomas Flueeli1-1/+1
2010-07-19Remove a trailing spaceWill Thompson1-1/+1
2010-07-16Cope if Jingle sharing requests omit <manifest>Will Thompson1-0/+8
2010-05-20GabbleJingleShare: produce_description: use right format string for guint64Simon McVittie1-1/+1
2010-03-30Remove the requires_initiate_before_candidates and check for MEDIA_RTP insteadYouness Alaoui1-1/+0
2010-03-30Use gabble_generate_id to generate the manifest temp urlsYouness Alaoui1-6/+5
2010-03-30Remove JINGLE_MEDIA_TYPE_FILE and make jingle-share use a JINGLE_MEDIA_TYPE_N...Youness Alaoui1-3/+4
2010-03-30Add a 'requires_initiate_before_candidates' variable to the JinleContent classYouness Alaoui1-0/+1
2010-03-30Add a get_default_senders virtual method to jingle-content and remove the spe...Youness Alaoui1-0/+7
2010-03-30Add comments to make the design more obvious and better documented.Youness Alaoui1-0/+27
2010-03-30Add a blank line between declarations and statementsYouness Alaoui1-0/+3
2010-03-30Rename gen_manifest to ensure_manifestYouness Alaoui1-3/+3
2010-03-30Use g_ascii_stroull instead of atoiYouness Alaoui1-2/+2
2010-03-30Do not parse the description if we already have a manifestYouness Alaoui1-0/+8
2010-03-30some more code cleaningYouness Alaoui1-1/+1
2010-03-30avoid a warning with jingle share since media-type is usually set to NONE ini...Youness Alaoui1-2/+2
2010-03-30check if the manifest is allocated before looping it when trying to free itYouness Alaoui1-10/+13
2010-03-30Make the preview and source urls part of the manifest from jingle-shareYouness Alaoui1-53/+58
2010-03-30do not create a new manifest if we have no filenameYouness Alaoui1-1/+1
2010-03-30Allow access to the manifest of the jingle-share contentYouness Alaoui1-9/+20
2010-03-30Fix coding styleYouness Alaoui1-3/+3
2010-03-30Make the filename/filesize for jingle-share into properties and correctly imp...Youness Alaoui1-26/+313
2010-03-30Adding a test jingle-share content typeYouness Alaoui1-0/+177