summaryrefslogtreecommitdiff
path: root/wocky/wocky-xmpp-reader.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08Replace stub DEBUG macros with no-op static inline functionsWill Thompson1-2/+0
2011-04-28xmpp-reader: ifdef out a variable that's only used in a DEBUG callJonny Lamb1-0/+2
2011-03-03WockyXmppReader: Don't drop whitespace-only contentsWill Thompson1-10/+0
2011-03-03XmppReader: clarify handling regular nodes' attributesWill Thompson1-16/+18
2011-03-03XmppReader: Split _start_element_ns in half.Will Thompson1-78/+103
2011-03-01XmppReader: don't crash on <stream:stream lang='foo'...>Will Thompson1-1/+4
2011-03-01Fix hypothetical NULL dereference on stream open.Will Thompson1-2/+3
2011-03-01Clarify parsing stream openingWill Thompson1-25/+27
2010-09-30Accept recoverable errors and fixup namespaces with extra spacesSjoerd Simons1-5/+16
2010-06-24Completely clear the parser state when resettingSjoerd Simons1-45/+40
2010-04-20Document when we would have to fallback to a dummy namespaceSjoerd Simons1-1/+3
2010-04-20Make sure nodes/stanzas we create always have a namespaceSjoerd Simons1-1/+10
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-8/+8
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-4/+5
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-11/+11
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-26/+23
2010-04-06Merge branch 'oleavr-windows'Simon McVittie1-5/+32
2010-03-31Add debugging for the stream opening we receiveSjoerd Simons1-0/+14
2010-03-23Avoid C99 named initializersOle André Vadla Ravnås1-5/+32
2010-03-03Correct typos detected by Lintian (separate, received)Simon McVittie1-1/+1
2009-12-07Check for the right definitionSjoerd Simons1-1/+1
2009-11-12Make it easier to debug incoming/outgoing stanzasSjoerd Simons1-2/+4
2009-11-04Fix some typos in the gtk-doc annotations.Cosimo Cecchi1-2/+3
2009-09-20Remove debug message that make the logging less usefulSjoerd Simons1-19/+0
2009-08-12Adjust the API so that attribute namespace prefixes are automatically assigned.Vivek Dasmohapatra1-1/+9
2009-08-12Fix (I think) namespaced attribute handling in wocky-xmpp-*Vivek Dasmohapatra1-3/+5
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra1-5/+24
2009-07-02Ignore warnings from the parserSjoerd Simons1-0/+6
2009-04-17Fixed typo in documentation (availble -> available)Sjoerd Simons1-1/+1
2009-04-16Document that _pop_stanza transfer ownership of the stanza to the callerSjoerd Simons1-1/+2
2009-04-16add wocky_xmpp_reader_peek_stanza functionSjoerd Simons1-0/+19
2009-04-13Small style tweaks and typo fixed to the documentationSjoerd Simons1-8/+8
2009-04-13Add a comment to clarify wocky_xmpp_reader_check_eosSjoerd Simons1-0/+4
2009-04-13Clear out the stanza that's in progress when disposingSjoerd Simons1-0/+9
2009-04-13Document various enums and quarksSjoerd Simons1-0/+7
2009-04-13Document the methodsSjoerd Simons1-0/+61
2009-04-13Update copyright headersSjoerd Simons1-2/+2
2009-04-13Don't reset the reader state in non-streaming mode after parsing a chunkSjoerd Simons1-6/+0
2009-04-13Check if the queue has ended after popping the next stanzaSjoerd Simons1-2/+2
2009-04-13Correctly return GErrorsSjoerd Simons1-5/+22
2009-04-13Define an error domain for WockyXmppReaderSjoerd Simons1-1/+11
2009-04-13rename the reader state enum to WOCKY_XMPP_READER_STATE_*Sjoerd Simons1-7/+7
2009-04-13g_return_if_fail if pushing bytes when the reader has closedSjoerd Simons1-1/+2
2009-04-13Add support for opening streams with a default language setSjoerd Simons1-0/+19
2009-04-13Make the WockyXmppReader API more synchronousSjoerd Simons1-77/+176
2009-03-26Don't locally define the xmpp namespaceSjoerd Simons1-3/+3
2009-03-17wocky-xmpp-reader: fix coding styleGuillaume Desmottes1-17/+17
2009-03-17update includes to use wocky-signals-marshal.h instead of signals-marshal.hGuillaume Desmottes1-1/+1
2009-03-17Push new stanza at the tail of the queue, so they are popped in the right ord...Sjoerd Simons1-1/+1
2009-03-17Make wocky conform to telepathy coding styleSjoerd Simons1-185/+220