~ubuntu-branches/ubuntu/vivid/gloox/vivid-proposed

« back to all changes in this revision

Viewing changes to src/siprofileft.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-03-16 17:34:43 UTC
  • mfrom: (12.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140316173443-4s177dovzaz5dm8o
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright (c) 2007-2009 by Jakob Schroeter <js@camaya.net>
 
2
  Copyright (c) 2007-2013 by Jakob Schroeter <js@camaya.net>
3
3
  This file is part of the gloox library. http://camaya.net/gloox
4
4
 
5
5
  This software is distributed under a license. The full license
35
35
  class SOCKS5Bytestream;
36
36
 
37
37
  /**
38
 
   * @brief An implementation of the file transfer SI profile (XEP-0096).
 
38
   * @brief An implementation of the file transfer SI profile (@xep{0096}).
39
39
   *
40
40
   * An SIProfileFT object acts as a 'plugin' to the SIManager. SIProfileFT
41
41
   * manages most of the file transfer functionality. The naming comes from the fact that
190
190
       * @param size The file's size. Mandatory and must be > 0.
191
191
       * @param hash The file content's MD5 hash.
192
192
       * @param desc A description.
193
 
       * @param date The file's last modification date/time. See XEP-0082 for details.
 
193
       * @param date The file's last modification date/time. See @xep{0082} for details.
194
194
       * @param mimetype The file's mime-type. Defaults to 'binary/octet-stream' if empty.
195
195
       * @param streamTypes ORed StreamType that can be used for this transfer.
196
196
       * @param from An optional 'from' address to stamp outgoing requests with.