summaryrefslogtreecommitdiff
path: root/src/bytestream-ibb.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-2/+1
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-2/+2
2011-05-03Remove GabbleXmppError.Will Thompson1-2/+0
2009-03-12add gabble_bytestream_ibb_close_receivedGuillaume Desmottes1-0/+3
2008-07-22_GabbleBytestreamIBB: simplify priv accessSimon McVittie1-1/+2
2008-07-14rename gabble-error.h to error.hDafydd Harries1-1/+1
2007-09-26Move support for declining SIs with a reason to the bytestream interface, by ...Simon McVittie1-3/+0
2007-09-25Make gabble_bytestream_ibb_decline take the XMPP error in parametersSimon McVittie1-1/+4
2007-09-25Make gabble_bytestream_ibb_decline also close the bytestream. Make it externSimon McVittie1-0/+2
2007-08-30drop gabble_bytestream_ibb_send_to as it doesn't make sense anymoreGuillaume Desmottes1-4/+0
2007-08-30abstract GabbleBystreamIBB using GabbleBystreamIfaceGuillaume Desmottes1-32/+0
2007-08-10bytestream-factory, bytestream-ibb: make sure we reply with *something* to al...Simon McVittie1-3/+2
2007-06-11set BystreamIBBState in the Gabble namespace as it's a public enumGuillaume Desmottes1-7/+7
2007-06-11fix typo in bytestream-ibb.h headerGuillaume Desmottes1-1/+1
2007-05-02catch sending errors when sending IBB open stanzaGuillaume Desmottes1-1/+1
2007-05-01perform IBB initiations after the SI was acceptedGuillaume Desmottes1-3/+6
2007-05-01remove double declaration of gabble_bytestream_ibb_closeGuillaume Desmottes1-3/+0
2007-05-01don't explicitely store the tube state but use bytestream's states to find it...Guillaume Desmottes1-2/+6
2007-04-30BytestreamIBB replace the "closed" signal by "status-changed"Guillaume Desmottes1-0/+1
2007-04-30set his dbus name in SI reply so we can properly update dbus-names in private...Guillaume Desmottes1-1/+4
2007-04-30BytestreamIBB: use a "state" property instead of just an "open" booleanGuillaume Desmottes1-0/+11
2007-04-27include self header first and fix header inclusion problemsGuillaume Desmottes1-0/+4
2007-04-26fix functions declarations style in header filesGuillaume Desmottes1-6/+16
2007-04-26set gabble_bytestream_ibb_decline as static as it's the job of the close meth...Guillaume Desmottes1-1/+0
2007-04-23coding styles trivial fixGuillaume Desmottes1-1/+1
2007-04-20add bytestream-ibb.[ch]Guillaume Desmottes1-0/+72