pulser / prosody-modules

Automatically exported from code.google.com/p/prosody-modules
0 stars 0 forks source link

mod_onions broken with 0.9.2 and libevent enabled #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using mod_onions is not possible with prosody 0.9.2-1~wheezy10 from the debian 
repository and libevent enabled. It results in errors such as

  mod_onions.lua:149: calling 'send' on bad self (tcp{client} expected, got table)

and

  mod_onions.lua:95: bad argument #1 to 'w' (tcp{client} expected, got table)                                       

With help from the prosody-muc I made the changes in the attached patch which 
seem to have resolved the problems.

Original issue reported on code.google.com by eckho...@gmail.com on 11 Jan 2014 at 9:38

Attachments:

GoogleCodeExporter commented 9 years ago
Patch accepted and committed here: 
https://code.google.com/p/prosody-modules/source/detail?r=a7d6c6d2c7b5ac3c358df9
c20bcb52c26e17172b. Thanks for the patch!

Original comment by thijsalk...@gmail.com on 5 Feb 2014 at 9:24