1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-16 01:02:06 +01:00
Commit graph

26 commits

Author SHA1 Message Date
f528e4dd9d Merge branch 'TransportInfo' into jingle 2017-06-07 23:29:03 +02:00
9eba23c733
Add JingleContentTransportInfo class 2017-06-07 23:26:38 +02:00
8240e92c3e
Add S5B providers 2017-06-07 21:08:08 +02:00
2686fc1ccb
Proper(er) implementation 2017-06-06 16:51:45 +02:00
Florian Schmaus
349d1ba2ae Merge pull request #136 from vanitasvitae/jingleManagerFixes
Fix typos and xml issues in jingle package
2017-06-05 11:04:52 +02:00
3a4f758b6a
Fix jingle ft 2017-06-05 00:27:03 +02:00
23190604bd
Fix typos and xml issues 2017-06-04 20:41:27 +02:00
491db53f89
Send/recv works 2017-06-04 20:33:44 +02:00
598c193408
Progress 2017-06-04 17:18:40 +02:00
e6d365fb92 Merge branch 'jingleManagerFixes' into jingle 2017-06-04 15:51:07 +02:00
37c6961bb0
Fix typos and xml issues 2017-06-04 15:49:06 +02:00
d231024547
Fix errors 2017-06-04 00:06:37 +02:00
efdf6d7db8
Merge fixes (wip) 2017-06-03 23:38:46 +02:00
ea3b1cbccc
Fix typos and xml issues 2017-06-03 23:30:37 +02:00
23ed0bdbce
Add missing security-info in JingleAction
Also fix typo
2017-06-03 23:23:23 +02:00
1bf8cf9a12
Add missing jingle action, some comments 2017-06-02 21:47:20 +02:00
df216b2141
More progress 2017-06-02 18:45:11 +02:00
306a7bc0ff
Add Jingle Tests 2017-06-01 01:25:39 +02:00
cf875ef414
Fix xml of JingleContent 2017-05-31 20:49:40 +02:00
0b28e8b467
Add first dirty send test 2017-05-31 19:12:38 +02:00
2cbbfd1048
Add JingleInBandByteStream classes 2017-05-31 17:26:51 +02:00
b99c277736
Fix typo 2017-05-31 13:31:37 +02:00
f0e6521360
Add JingleContentDescriptionFileTransfer and tests 2017-05-31 13:27:23 +02:00
7319998bb9
Add and test RangeElement 2017-05-30 23:42:31 +02:00
47f800be3b
Fix typo 2017-05-30 21:17:10 +02:00
Florian Schmaus
6bb001d274 New Jingle API groundwork
A start for the new Jingle API. Since Jingle is a single IQ with many
plugable extensions, there are some particularities we need to deal
with, e.g. jingle users have to register with JingleManager.

This is untested code. There may be drangons.
2017-05-30 08:45:27 +02:00