summaryrefslogtreecommitdiff
path: root/wocky/wocky-stanza.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31stanza: add wocky_stanza_copyJonny Lamb1-0/+14
2011-03-22Merge branch 'meta-porter'Jonny Lamb1-12/+110
2011-03-17Stanza: Improve error message on type/subtype mismatchWill Thompson1-3/+12
2011-03-14stanza: separate contact object into to and from objectsJonny Lamb1-14/+45
2011-03-07build_iq_error(): clarify RFC3920 referenceWill Thompson1-9/+12
2011-03-03wocky_stanza_build_iq_error(): include query.Will Thompson1-0/+54
2011-03-03Add wocky_stanza_build_iq_error_vaWill Thompson1-0/+8
2011-03-03Add wocky_porter_acknowledge_iq()Will Thompson1-0/+8
2011-03-03Make build_iq_{reply,error} cope with NULL ids.Will Thompson1-1/+3
2011-03-01stanza: fix argument indentationJonny Lamb1-9/+10
2011-03-01stanza: add build_to_contact functionJonny Lamb1-0/+26
2011-03-01stanza: associate a WockyContact with each stanzaJonny Lamb1-0/+41
2011-03-01stanza: make dispose and finalize staticJonny Lamb1-3/+2
2010-10-20Add wocky_stanza_get_{from,to}Will Thompson1-0/+34
2010-04-20Add API to access the top node of a WockyNodeTreeSjoerd Simons1-1/+1
2010-04-20Add a top-node constuct time property to NodeTreeSjoerd Simons1-2/+3
2010-04-20Correct copyright yearsSjoerd Simons1-1/+1
2010-04-20Fixup the documentation of wocky_stanza_buildSjoerd Simons1-5/+3
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-15/+15
2010-04-20Split out a base NodeTree object from StanzaSjoerd Simons1-110/+4
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-13/+20
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-4/+3
2010-04-20Introduce wocky_stanza_get_top_nodeSjoerd Simons1-0/+12
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-0/+650