summaryrefslogtreecommitdiff
path: root/wocky/wocky-xmpp-writer.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-13Fix docs for plural WockyStanzasWill Thompson1-1/+1
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Namespace debug flags.Will Thompson1-2/+2
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2010-10-13More style fix when doing if on pointersNicolas Dufresne1-1/+1
2010-05-06Remove misleading full stop from xml debug messageWill Thompson1-1/+1
2010-04-20Add API to serialize node treesSjoerd Simons1-15/+49
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-7/+7
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-1/+1
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-2/+2
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-19/+16
2010-03-31Add debugging for the stream opening and closing we sentSjoerd Simons1-4/+2
2010-03-31Avoid redundant newlines in open stream stanzaOle André Vadla Ravnås1-8/+8
2010-03-03Correct typos detected by Lintian (separate, received)Simon McVittie1-1/+1
2009-12-20Don't call wocky_debug if debugging isn't enabledSjoerd Simons1-0/+2
2009-11-12Make it easier to debug incoming/outgoing stanzasSjoerd Simons1-2/+6
2009-08-12Fix (I think) namespaced attribute handling in wocky-xmpp-*Vivek Dasmohapatra1-2/+3
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra1-0/+10
2009-04-13Add support for opening streams with a default language setSjoerd Simons1-2/+16
2009-04-02Fix wordingSjoerd Simons1-4/+5
2009-04-02Convert to new coding styleSjoerd Simons1-1/+3
2009-04-02Document WockyXmppWriterSjoerd Simons1-5/+41
2009-04-02Don't return errors from wocky_xmpp_write_stanzaSjoerd Simons1-3/+2
2009-04-02Start of documentation for xmpp-writerSjoerd Simons1-0/+26
2009-04-01Assert that open and close aren't called when not in streaming modeSjoerd Simons1-0/+5
2009-04-01Fix typoSjoerd Simons1-1/+1
2009-04-01Add streaming-mode construct time propertySjoerd Simons1-9/+69
2009-03-17wocky-xmpp-writer: fix coding styleGuillaume Desmottes1-4/+4
2009-03-17wocky-xmpp-writer: _write_attr and _write_child have to be staticGuillaume Desmottes1-2/+2
2009-03-17Make wocky conform to telepathy coding styleSjoerd Simons1-141/+165
2009-03-17xmpp writer: wocky_xmpp_writer_write_stanza: properly end the XML document if...Guillaume Desmottes1-0/+3
2009-03-17Format type fixes from misc@mandriva.orgSjoerd Simons1-3/+3
2009-03-17WockyXmppWriter: Turn of indenting of the output stream for nowSjoerd Simons1-2/+2
2009-03-17SalutXmppWriter: Add debugging to stream open and closeSjoerd Simons1-0/+3
2009-03-17WockyXmppWriter: Add debuggingSjoerd Simons1-0/+5
2009-03-17Fix conflicts in libwockySjoerd Simons1-4/+4
2009-03-17Provide a non-stream modeSjoerd Simons1-0/+15
2009-03-17Only recognize the standard stream namespaces after a stream openSjoerd Simons1-2/+6
2009-03-17Refactor xmpp magic into it's own seperate librarySjoerd Simons1-0/+271