XMPP Council - 2012-05-25


  1. MattJ has left

  2. Neustradamus has joined

  3. Kev has joined

  4. Kev has left

  5. Kev has joined

  6. Tobias has joined

  7. Kev has left

  8. Kev has left

  9. Kev has left

  10. Kev has joined

  11. stpeter has joined

  12. MattJ has joined

  13. m&m has joined

  14. m&m has joined

  15. m&m has joined

  16. m&m has joined

  17. m&m has joined

  18. m&m has joined

  19. m&m has joined

  20. m&m has joined

  21. m&m has joined

  22. m&m has joined

  23. m&m has joined

  24. m&m has joined

  25. m&m has joined

  26. m&m has joined

  27. m&m has joined

  28. m&m has joined

  29. m&m has joined

  30. m&m has joined

  31. m&m has joined

  32. m&m has joined

  33. m&m has joined

  34. m&m has joined

  35. m&m has joined

  36. m&m has joined

  37. m&m has joined

  38. m&m has joined

  39. m&m has joined

  40. m&m has joined

  41. m&m has joined

  42. m&m has joined

  43. m&m has joined

  44. m&m has joined

  45. m&m has joined

  46. m&m has joined

  47. m&m has joined

  48. m&m has joined

  49. m&m has joined

  50. m&m has joined

  51. m&m has joined

  52. m&m has joined

  53. m&m has joined

  54. m&m has joined

  55. m&m has joined

  56. m&m has joined

  57. m&m has joined

  58. m&m has left

  59. m and m has joined

  60. m and m

    well, that was an interesting bug

  61. m and m

    how should I file swift bugs?

  62. m and m has left

  63. m and m has joined

  64. Kev

    Send them to me.

  65. m and m

    will do

  66. Kev

    Thanks.

  67. m and m attempts to isolate from logs

  68. m and m

    sent

  69. Kev

    Ta.

  70. Kev

    m and m: Well, that's truly odd.

  71. Kev

    It shouldn't be going anywhere near any code that'd be doing that.

  72. stpeter

    yeah, interesting bug -- I saw that in other chatrooms he was in, too

  73. Kev

    It's receiving the 110 code, seeing that the nick isn't what it expects and updates itself.

  74. stpeter

    ah

  75. Kev

    The question is why it decided that the nick wasn't the same.

  76. stpeter

    right

  77. stpeter

    escaping madness?

  78. Kev

    Yes, but why?

  79. foo&bar has joined

  80. foo&bar

    hmm

  81. foo&bar

    what version was he running?

  82. Kev

    Goodness knows.

  83. Kev

    I'm going to guess not latest.

  84. Tobias has joined

  85. m and m

    1.0.10, thought I put that in the email...

  86. Kev

    Oh, so you did. I skipped it because that's not a Swift version.

  87. Kev

    So 1.0 then, I guess.

  88. m and m

    sorry, yes ... not sure where I got the .10 from

  89. m and m

    oh, the dmg name is Swift-1.0-10.6 ... I must have transposed - to .

  90. Kev

    Ah.

  91. m and m tries out 2.0beta1

  92. m and m has left

  93. Kev

    http://swift.im/downloads/releases/swift-2.0beta1/Swift-2.0beta1.dmg

  94. m and m has joined

  95. m and m

    already downloaded (-:

  96. m and m has left

  97. m&m has joined

  98. m&m

    well, it's fixed in beta!

  99. m&m

    now, to figure out why my prosody server dislikes saving vCard-based avatars...

  100. Kev

    Size limit? Don't have the vcard plugin installed/configured? (If you need such a thing)

  101. m&m

    I do have the vcard plugin installed, and my avatar is 6K @ 64x64 pixels ... well within the stated limits in XEP-0084

  102. m&m

    The error message is the cryptic "Client Disconnected: Invalid Argument"

  103. Kev

    Swift bug?

  104. m&m

    no, it happens with Adium, InstantBird, and PSI

  105. MattJ

    m&m, er, same message in each?

  106. m&m

    yes

  107. MattJ

    Not the kind of error message we'd come up with

  108. MattJ

    But I have an idea... do you have compression enabled?

  109. m&m

    mmm ... let me check

  110. m&m

    no

  111. MattJ

    Very strange

  112. MattJ

    Try enabling debug logging in Prosody, it should shed some light on where the error originates at least

  113. m&m

    bbs

  114. m&m has left

  115. m&m has joined

  116. m&m has left

  117. m&m has joined

  118. m&m has left

  119. m&m has joined

  120. m&m

    hrmph

  121. m&m

    did not even parse it... May 25 15:23:02 socket debug server.lua: client 64.101.72.30:51270 read error: Invalid argument May 25 15:23:02 c2s97d2ed0 info Client disconnected: Invalid argument May 25 15:23:02 c2s97d2ed0 info Destroying session for linuxwolf@outer-planes.net/59b79eb1-ccfa-479f-b7ff-189b0a5790d7 (linuxwolf@outer-planes.net)

  122. MattJ

    What kind of system is it running on?

  123. MattJ

    Also, check your error log

  124. m&m

    Linux (Fedora 15) [linuxwolf@li115-220 ~]$ uname -a Linux li115-220 3.0.18-linode43 #1 SMP Mon Jan 30 11:44:09 EST 2012 i686 i686 i386 GNU/Linux

  125. m&m

    /sigh

  126. MattJ

    Thought so

  127. m&m turns on error logging

  128. MattJ

    Wait, what?

  129. m&m

    log = { { levels = { min = "debug" }, to = "file", filename = "/usr/local/var/lib/prosody/log.txt"}; -- Change 'info' to 'debug' for verbose logging -- error = "/usr/local/var/lib/prosody/err.txt"; -- "*syslog"; -- Uncomment this for logging to syslog -- "*console"; -- Log to the console, useful for debugging with daemonize=false }

  130. MattJ

    What version of Prosody is it?

  131. m&m

    0.8.2

  132. MattJ

    That looks like config soup from various versions

  133. m&m

    hrm

  134. MattJ

    log = { debug = "/usr/local/var/lib/prosody/log.txt"; error = "/usr/local/var/lib/prosody/err.txt"; }

  135. m&m makes changes

  136. m&m has left

  137. m&m has joined

  138. m&m has left

  139. m&m has joined

  140. m&m

    /-: -rw-r----- 1 prosody prosody 0 May 25 15:30 err.txt

  141. Tobias has joined

  142. m&m

    maybe I'll build and install 0.9 this weekend

  143. Kev

    0.9's out?

  144. m&m

    no ... but I'm willing to be brave (-:

  145. m&m

    someone needs to disable "avanlindt@sophialegal.com" on the jdev@jabber.org list pronto!

  146. Kev

    NN

  147. Kev

    No, you're not my Dad.

  148. Kev has left

  149. foo&bar has left

  150. m&m has left

  151. m&m has joined

  152. m&m has left

  153. m&m has joined

  154. m&m has left

  155. m&m has joined

  156. stpeter has left

  157. dwd

    No, Kev - *I* am your father.

  158. dwd breathes very noisily.

  159. MattJ

    Oh, now it all makes sense

  160. m&m has left

  161. MattJ has left