jingle-ibb/ibb.h
author Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Tue, 20 Jul 2010 00:52:21 +0200
changeset 58 daafe5b8a48d
parent 55 bc0281fee13d
child 73 6f061c11acfb
permissions -rw-r--r--
Debug

#ifndef __JINGLEIBB_H__
#define __JINGLEIBB_H__ 1

#define NS_JINGLE_TRANSPORT_IBB "urn:xmpp:jingle:transports:ibb:0"
#define NS_TRANSPORT_IBB "http://jabber.org/protocol/ibb"

typedef struct {
  /* Size of the blocks */
  int blocksize;

  /* The identifiant of the transfer */
  const gchar *sid;

  const gchar *seq;
  
} JingleIBB;

#endif