summaryrefslogtreecommitdiff
path: root/wocky/wocky-xmpp-error.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-20WockyXmppError: update to RFC 6120Will Thompson1-0/+10
2013-02-20Correctly extract type='' from unrecognised errorsWill Thompson1-2/+10
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-1/+0
2011-03-10Merge remote-tracking branch 'stefw/error-always-specialized-node'Will Thompson1-8/+14
2011-03-10Refine behavior of wocky_xmpp_error_extract() for specialized errors.Stef Walter1-5/+6
2011-03-10wocky_xmpp_error_extract() fills in @specialized_node for any app error.Stef Walter1-5/+10
2011-03-10Merge branch 'gee-tee-kay-doc'Jonny Lamb1-10/+5
2011-03-08docs: escape XML tags in gtk-doc properlyJonny Lamb1-4/+5
2011-03-08xmpp-error: document error type and stream error type enumsJonny Lamb1-6/+0
2011-03-07Add wocky_xmpp_stanza_error_to_string()Will Thompson1-0/+33
2011-03-01Fix overriding type='' when creating error nodes.Will Thompson1-1/+1
2010-10-08Clarify extracting error type.Will Thompson1-5/+6
2010-07-16Remove unused Node variable.Will Thompson1-4/+3
2010-04-20Always directly set the namespace when adding childrenSjoerd Simons1-5/+4
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-23/+23
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-1/+1
2010-03-25Use get_content_from_child a bunch.Will Thompson1-5/+2
2010-02-25Fix various minor gtk-doc nitsSimon McVittie1-2/+2
2010-02-15Consistently use "quark == 0"Will Thompson1-1/+1
2010-02-03Reorder and better document wocky-xmpp-error.cWill Thompson1-118/+153
2010-02-03Improve documentation of new error-y functionsWill Thompson1-0/+25
2010-02-03Remove superseded error wrangling functions.Will Thompson1-29/+0
2010-02-03Add and use _stanza_extract_stream_error()Will Thompson1-8/+18
2010-02-03Remove wocky_xmpp_error_unpack_node()Will Thompson1-99/+1
2010-02-03Correctly namespace <text/> element in <error/>.Will Thompson1-4/+2
2010-02-03Fix ordering of legacy error codesWill Thompson1-2/+2
2010-02-03Add wocky_xmpp_stanza_extract_errors()Will Thompson1-0/+90
2010-02-03Also guess error type for legacy error codesWill Thompson1-4/+14
2010-02-03Extract parsing legacy error codes to a functionWill Thompson1-28/+33
2010-02-03Remove redundant fields of XmppErrorSpecWill Thompson1-73/+29
2010-02-03Support converting GErrors to stanza errorsWill Thompson1-16/+82
2010-02-03Register Jingle and SI error domainsWill Thompson1-0/+78
2010-02-03Add a hook for registering new stanza error domainsWill Thompson1-0/+24
2010-02-03Add and use WockyXmppErrorTypeWill Thompson1-29/+39
2010-02-03Look up stanza errors from GEnumWill Thompson1-14/+4
2010-02-03Generalize looking up error code from node and nsWill Thompson1-13/+40
2010-02-03Use XMPP namespaces for Xmpp[Stream]Error quarkWill Thompson1-2/+2
2010-02-03Remove non-stanza errors from WockyXmppErrorWill Thompson1-55/+22
2010-02-03Convert to WockyXmppStreamError using GEnumWill Thompson1-45/+11
2009-12-08Missing include for wocky_strdiff prototype.Vivek Dasmohapatra1-0/+1
2009-12-08wocky_xmpp_node_unpack_error -> wocky_xmpp_error_unpack_nodeVivek Dasmohapatra1-0/+86
2009-08-13wocky-xmpp-error: add wocky_xmpp_stream_error_from_nodeGuillaume Desmottes1-0/+54
2009-08-13move stream errors definition to wocky-xmpp-stanza.hGuillaume Desmottes1-0/+18
2009-08-13wocky-xmpp-error: fix styleGuillaume Desmottes1-2/+2
2009-08-13rename XMPP_ERROR_* to WOCKY_XMPP_ERROR_*Guillaume Desmottes1-15/+16
2009-08-13merge functionnality of wocky_message_get_xmpp_error to wocky_xmpp_stanza_to_...Guillaume Desmottes1-40/+0
2009-08-13import wocky-xmpp-error.[ch] from GibberGuillaume Desmottes1-0/+481