Robert Robinson
4a24f58be2
XEP0050: Add support for payload in completed response
...
When sending the command to complete the task, the adhoc plugin does not provide the ability to send a payload from the _handle_command_complete method.
2015-09-03 10:15:41 -06:00
Robert Robinson
be14f0cc52
XEP_0050: Form not iterable in command
...
Cannot pass in a form into the initial command and have it show up in the payload of the session. Line 344 makes this possible when following the standard workflow.
2015-07-15 20:52:06 -06:00
Mike Taylor
bb094cc649
Merge pull request #365 from jdowner/staging
...
Fixed imports
2015-07-05 15:46:04 -04:00
Mike Taylor
dbaa6ed952
Merge pull request #366 from jdowner/develop-iot-cleanup
...
Minor cleanup of IoT plugin
2015-07-05 15:45:47 -04:00
Mike Taylor
8c94d894ab
Merge pull request #369 from stevenroose/patch-2
...
Change to roster migration e
2015-07-05 15:45:19 -04:00
Mike Taylor
ffc7eac4dc
Merge pull request #370 from jdowner/develop-jid
...
Removed duplicate property
2015-07-05 15:44:58 -04:00
Mike Taylor
555fd6d926
Merge pull request #380 from anirudh-chhangani/XEP-0096-add-hash-param
...
add hash metadata for file transfer
2015-07-05 15:44:03 -04:00
Mike Taylor
c024ac8f0b
Merge pull request #382 from sangeeths/initialize_certificate
...
Initialize certfile, keyfile and ca_certs in XMLStream. Added **kwargs to ClientXMPP, BaseXMPP and XMLStream.
2015-07-03 15:07:35 -04:00
Sangeeth Saravanaraj
f00177c0cf
Added **kwargs to ClientXMPP, BaseXMPP and XMLStream so that certfile, keyfile and ca_certs can be initialized.
2015-07-03 10:47:06 +05:30
Anirudh
224d7ae133
add hash param to file metadata
2015-06-18 00:21:19 +05:30
Sangeeth Saravanaraj
9b25a7cf77
Fixed typo.
2015-06-05 12:25:41 +05:30
Joshua Downer
7a908ac07b
Removed duplicate property
2015-05-28 09:35:50 -04:00
Steven Roose
92901637ec
Change to roster migration example
...
I did have the chance to test the script yet, but it seems like that line should be outside the for loop.
2015-05-25 01:01:08 +02:00
Joshua Downer
3590b663ed
xep-0323: removed deadcode
2015-05-14 06:27:59 -04:00
Joshua Downer
a33bde9cc3
xep-0323: spelling
2015-05-14 06:27:39 -04:00
Joshua Downer
ac50fdccfc
xep-0323: unused import
2015-05-14 06:26:54 -04:00
Joshua Downer
a0c6bf15e9
Fixed imports
...
Removed unused modules/packages and added getpass, which was missing.
2015-05-13 17:24:06 -04:00
Mike Taylor
a8ac115310
Merge pull request #363 from sangeeths/xep_0332
...
XEP_332: Prefixed request and response with "http"
2015-05-01 12:50:06 -04:00
Sangeeth Saravanaraj
1345b7c1d0
Misc updates for send_error()
2015-05-01 15:34:53 +05:30
Sangeeth Saravanaraj
d60a652259
data need not be prefixed with http..
2015-05-01 14:32:36 +05:30
Sangeeth Saravanaraj
61a7cecb31
Prefixed request, response and data with http. Avoided (plugin_attrib) name collision with other plugins.
2015-04-29 14:44:25 +05:30
Mike Taylor
192b7e0349
Merge pull request #345 from sangeeths/xep_0332
...
XEP-0332: HTTP over XMPP transport
2015-04-28 22:44:27 -04:00
Sangeeth Saravanaraj
80b60fc048
Merge remote-tracking branch 'origin/develop' into xep_0332
2015-04-28 16:53:40 +05:30
Mike Taylor
842157a6cc
Merge pull request #187 from ekini/xep_0138
...
added xep-0138 support (compression)
2015-04-11 20:58:45 -04:00
Mike Taylor
a63cc01482
Merge pull request #316 from rakoo/develop
...
Extend AtomEntry capabilities
2015-04-11 20:53:44 -04:00
bear (Mike Taylor)
1bbb6f3ff9
Merge branch 'hildjj-develop' into develop
2015-04-11 20:43:56 -04:00
bear (Mike Taylor)
93894247a4
Merge branch 'develop' of https://github.com/hildjj/SleekXMPP into hildjj-develop
2015-04-11 20:42:33 -04:00
Mike Taylor
16bb5e2537
bump to version v1.4
2015-04-11 20:38:11 -04:00
Mike Taylor
d19a6e05b2
remove python v3.1 - v3.3 from tox.ini
2015-04-11 20:37:05 -04:00
Mike Taylor
86e85f9835
Merge pull request #313 from mayflower/develop
...
Proposing #310 again in fixed version
2015-04-11 20:12:19 -04:00
Mike Taylor
cc145d20b0
Merge pull request #297 from keith-gray-powereng/develop
...
Fixed a unicode error in xep_0065 on Python 3
2015-04-11 19:49:43 -04:00
Mike Taylor
881d9040c4
Merge pull request #329 from FlySnake/send_queue_overflow
...
In queues added option to remove first element on addind new if queue is full
2015-04-11 19:46:26 -04:00
Mike Taylor
1e77ea0944
Merge pull request #328 from FlySnake/develop
...
On initial connect use delay if connection failed
2015-04-11 19:20:39 -04:00
Mike Taylor
140f0885b2
Merge pull request #331 from mathieui/develop
...
Fix the element name for retrieving certs in XEP-0257
2015-04-11 19:15:26 -04:00
Mike Taylor
83f71a6610
Merge pull request #348 from gribouille-dev/tor_fixes
...
Makes XEP-0009 compatible with Python 2 & 3.
2015-04-11 18:32:42 -04:00
Mike Taylor
271343a32d
Merge pull request #349 from mulog1990/ssl-version-fix
...
ssl-version not passed to wrap_socket, fixed
2015-04-11 18:26:05 -04:00
Mike Taylor
48857b0030
Merge pull request #354 from erigones/develop
...
Fixed bug #353 Python3 XEP-0084 error
2015-04-11 18:12:40 -04:00
Mike Taylor
1fe7f5f4e6
Create .travis.yml
2015-04-11 17:45:23 -04:00
Richard Kellner
81b7b2c190
Fixed bug #353 Python3 XEP-0084 error
2015-03-25 14:04:46 +01:00
mulog1990
460de7d301
ssl-version not passed to wrap_socket, fixed
2015-03-10 18:13:53 +08:00
Cédric Souchon
69022c6db7
Makes XEP-0009 compatible with Python 3 while maintaining compatibility with Python 2.6 and up.
2015-03-09 12:33:18 +01:00
Sangeeth Saravanaraj
9044807121
Added help for running example..
2015-02-05 18:11:41 +05:30
Sangeeth Saravanaraj
24264d3a07
Updated Example..
2015-02-05 18:10:10 +05:30
Sangeeth Saravanaraj
8bc70264ef
misc updates..
2015-02-05 17:35:04 +05:30
Sangeeth Saravanaraj
c16b862200
Raise http_request and http_response events.
2015-02-03 12:33:25 +05:30
Sangeeth Saravanaraj
a96f608469
Composing request and response.
2015-01-29 08:33:40 +05:30
Sangeeth Saravanaraj
e1f25604ec
Added callbacks, registered stanzas, added features, etc.
2015-01-28 14:52:15 +05:30
Sangeeth Saravanaraj
0fe057b5c3
Boilerplate for Stanzas - request and response
2015-01-27 15:13:57 +05:30
Sangeeth Saravanaraj
be76dda21d
Added xep_0332 to setup
2015-01-23 10:29:21 +05:30
Sangeeth Saravanaraj
ecd124dd06
Boilerplate for xep_0332
2015-01-22 16:40:03 +05:30