IRC Log for #openid on 2009-05-26

Timestamps are in UTC.

  1. [00:49:58] * shigeta (n=shigeta@124.32.114.226) has joined #openid
  2. [01:04:33] * flaccid (n=chris@124-170-120-142.dyn.iinet.net.au) has joined #openid
  3. [03:15:35] * paradisaeidae (i=chatzill@usr033.bb271-01.udp.im.wakwak.ne.jp) has joined #openid
  4. [03:16:50] <paradisaeidae> So if I've added a field to my OpenID, can a request be made at registration time to gain it if I allow it.
  5. [03:16:51] <paradisaeidae> ie: a filed I have created which is outside the sreg fields?
  6. [03:18:15] <flaccid> paradisaeidae your OP can send the field, what the RP does is up to the RP.
  7. [03:19:33] <paradisaeidae> thnks, how do I request it on server-side? (I'm writing login routine in Ruby, works fine just trying to gain extra field).
  8. [03:20:41] <flaccid> i don't understand
  9. [03:21:04] <flaccid> is this sreg or ae?
  10. [03:22:19] <paradisaeidae> o, ok so I need to do a 'ae'?
  11. [03:22:27] <paradisaeidae> I've done sreg.
  12. [03:22:46] <flaccid> not sure if sreg actually specs custom fields
  13. [03:22:57] <flaccid> http://openid.net/specs/openid-attribute-exchange-1_0.html requests explained for AE heree
  14. [03:24:08] <flaccid> reading the http://openid.net/specs/openid-simple-registration-extension-1_0.html i only see the normal 8 fields spec'd
  15. [03:24:30] <paradisaeidae> sreg chokes on additional field requests...
  16. [03:24:41] <paradisaeidae> ...politely...
  17. [03:24:45] <flaccid> define choike
  18. [03:24:46] <flaccid> choke
  19. [03:25:01] <flaccid> maybe you mean a certain RP chokes
  20. [03:25:03] <paradisaeidae> as in..... coffs up....
  21. [03:25:16] <flaccid> that doesn't explain anything.
  22. [03:25:51] <paradisaeidae> sorry, attempted humor..
  23. [03:25:53] <paradisaeidae> OpenUp: #<ArgumentError: blaBla is not a defined simple registration field>
  24. [03:26:17] <flaccid> well i don't know what software you are using. the spec can't choke, only implementations..
  25. [03:26:33] <flaccid> oh i misread
  26. [03:26:49] <paradisaeidae> yep, spec is good.... thanks flaccid!
  27. [03:26:55] <flaccid> you said sreg. well yes going back to what i said before, sreg is 8 pre-defined fields as per the spec.
  28. [03:27:18] <flaccid> so if you wanna do custom fields you do AE which is what you want to do anyway
  29. [03:27:42] <flaccid> then the only thing as usual is relying on relying parties to support
  30. [03:29:53] * munch13 (n=munch13@24-196-160-255.dhcp.ahvl.nc.charter.com) has joined #openid
  31. [03:30:20] <munch13> does anyone know of an e-mail provider that takes openID for sign-ups?
  32. [03:31:23] <flaccid> good question
  33. [03:31:54] <flaccid> that will be me in about 1 year. but currently i can't think of any personally
  34. [03:32:17] <flaccid> maybe AOL :p
  35. [03:33:55] <flaccid> munch13 or http://openiddirectory.com/darkscape-inc-s-1746.html
  36. [03:34:48] <flaccid> actually a few possibilities in the openid directory munch13 it seems
  37. [03:37:24] <munch13> flaccid: cool, thanks for the link! nice nick btw ;)
  38. [03:37:46] <flaccid> thanks and np :)
  39. [03:51:08] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) has joined #openid
  40. [03:55:21] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) Quit (Read error: 54 (Connection reset by peer))
  41. [04:24:46] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) has joined #openid
  42. [04:26:56] <paradisaeidae> undefined method `-@' for #<OpenID::AX::FetchRequest <-- when instantiating!
  43. [04:26:57] <paradisaeidae> ax_request = OpenID::AX::FetchRequest.new
  44. [04:27:13] <flaccid> what is returning that ?
  45. [04:27:27] <paradisaeidae> the .new !
  46. [04:28:44] <flaccid> what software are you using?
  47. [04:29:31] <paradisaeidae> This is Ruby 1.8.7, OpenID module.
  48. [04:30:46] <paradisaeidae> Might check my Ruby::OpenID version....
  49. [04:31:07] <flaccid> never done ruby sorry
  50. [04:39:45] * mosites_ (n=mosites@67.188.43.72) has joined #openid
  51. [04:42:46] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) Quit (Connection timed out)
  52. [04:47:35] <paradisaeidae> ax_request = OpenID::AX::FetchRequest.new ---=> undefined method `-@' for #<OpenID::AX::FetchRequest !
  53. [04:47:54] <flaccid> probably the wrong place to complain paradisaeidae
  54. [04:48:03] <flaccid> there is mailing lists for the janrain libs iirc
  55. [04:48:17] <paradisaeidae> sorry.... meant to paste in ruby-lang....
  56. [04:48:31] <flaccid> still someone here should be ruby. keturn you alive by any chance?
  57. [04:49:22] <flaccid> could also report a bug http://openidenabled.com/ruby-openid/ but its unlikely that there is a bug but rather you are implementing wrongly
  58. [04:49:27] <flaccid> still..
  59. [04:51:08] <paradisaeidae> yep..
  60. [04:51:43] <flaccid> did you look how its done with the example at least ?
  61. [04:54:22] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) has joined #openid
  62. [04:56:16] <paradisaeidae> Found example. http://rakuto.blogspot.com/2008/03/ruby-fetch-and-store-some-attributes.html
  63. [04:56:24] <flaccid> coolio
  64. [04:57:09] <flaccid> that example still does ax_req = OpenID::AX::FetchRequest.new
  65. [05:03:00] * mosites_ (n=mosites@67.188.43.72) Quit (Read error: 110 (Connection timed out))
  66. [05:11:08] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) Quit (Read error: 60 (Operation timed out))
  67. [05:34:02] <paradisaeidae> False alarm. code format issue!
  68. [05:34:15] <flaccid> hehe
  69. [05:34:24] <flaccid> out of interest, what you mean by format? syntax?
  70. [05:53:07] <paradisaeidae> very embarassing..... used '------' as 'code visualizer'..... as in contextual assistance
  71. [05:54:03] <paradisaeidae> (hides under clever use of misdirection....
  72. [05:58:20] <flaccid> oh
  73. [05:58:28] <flaccid> a comment ?
  74. [05:58:32] <flaccid> meh fux me never done ruby
  75. [05:58:40] <flaccid> it looks like a poor mans python
  76. [06:00:49] <paradisaeidae> Was meant 2 b comment..... #-------------
  77. [06:00:50] <paradisaeidae> python, would not know, skipped it.
  78. [06:01:29] <flaccid> hahah
  79. [06:01:38] <flaccid> yeah how cool is the python :p
  80. [06:06:46] * flaccid (n=chris@124-170-120-142.dyn.iinet.net.au) Quit ()
  81. [06:23:15] * shigeta_ (n=shigeta@60.32.136.97) has joined #openid
  82. [06:27:56] * shigeta__ (n=shigeta@60.32.136.97) has joined #openid
  83. [06:29:06] * shigeta (n=shigeta@124.32.114.226) Quit (Read error: 60 (Operation timed out))
  84. [06:36:59] * shigeta (n=shigeta@60.32.136.97) has joined #openid
  85. [06:45:25] * shigeta_ (n=shigeta@60.32.136.97) Quit (Read error: 110 (Connection timed out))
  86. [06:55:17] * shigeta__ (n=shigeta@60.32.136.97) Quit (Read error: 110 (Connection timed out))
  87. [07:09:42] * stub (n=stub@conference/ubuntu-developer-summit/x-b7df063c616b4095) has joined #openid
  88. [07:17:32] * shigeta_ (n=shigeta@124.32.114.226) has joined #openid
  89. [07:36:00] * shigeta (n=shigeta@60.32.136.97) Quit (Read error: 110 (Connection timed out))
  90. [07:38:26] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
  91. [07:41:42] * stub1 (n=stub@conference/ubuntu-developer-summit/x-59d2b7d805273a16) has joined #openid
  92. [07:41:42] * stub (n=stub@canonical/launchpad/stub) Quit (Nick collision from services.)
  93. [07:41:55] * stub1 is now known as stub
  94. [07:44:08] * paradisaeidae (i=chatzill@usr033.bb271-01.udp.im.wakwak.ne.jp) Quit ("ChatZilla 0.9.84 [Firefox 3.0.10/2009042316]")
  95. [07:46:59] * shigeta (n=shigeta@60.32.136.97) has joined #openid
  96. [07:54:36] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) has joined #openid
  97. [08:05:00] * shigeta_ (n=shigeta@124.32.114.226) Quit (Read error: 110 (Connection timed out))
  98. [08:07:01] * Orango (n=s-e@wikimedia/Orango) Quit (Client Quit)
  99. [09:19:19] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) has joined #openid
  100. [09:43:39] * xpo (n=xpo@bearstech/xpo) Quit ()
  101. [10:26:21] * xpo (n=xpo@bearstech/xpo) has joined #openid
  102. [10:52:27] * shigeta (n=shigeta@60.32.136.97) Quit ("Leaving...")
  103. [10:54:40] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  104. [10:58:29] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) Quit ("Leaving...")
  105. [11:41:57] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
  106. [12:03:29] * stub (n=stub@conference/ubuntu-developer-summit/x-fc94799ff909fae0) has joined #openid
  107. [12:22:58] * xpo (n=xpo@bearstech/xpo) Quit ()
  108. [12:47:23] * stub (n=stub@canonical/launchpad/stub) Quit (Read error: 113 (No route to host))
  109. [12:55:46] * stub (n=stub@conference/ubuntu-developer-summit/x-1b5add7f98c88605) has joined #openid
  110. [13:14:50] * Tykling (i=tykling@gibfest.dk) has left #openid
  111. [13:21:35] * qwp0 (n=qwp0@gw.localnet.sk) has joined #openid
  112. [13:40:37] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  113. [13:40:43] * stub (n=stub@conference/ubuntu-developer-summit/x-83bcf12eb9d72970) has joined #openid
  114. [13:59:06] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  115. [14:01:33] * stub (n=stub@conference/ubuntu-developer-summit/x-233f4742d1a33ec8) has joined #openid
  116. [14:37:40] * qwp0 (n=qwp0@gw.localnet.sk) Quit (Read error: 113 (No route to host))
  117. [14:55:39] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) has joined #openid
  118. [15:02:36] * jochen___ (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
  119. [15:02:53] * jochen___ (n=jochen@router.begen1.office.netnoc.eu) Quit (Remote closed the connection)
  120. [15:05:25] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  121. [15:12:19] * stub (n=stub@conference/ubuntu-developer-summit/x-f2aad6a99fd9d4fc) has joined #openid
  122. [15:18:02] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) Quit (Read error: 113 (No route to host))
  123. [15:18:19] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  124. [15:23:44] * stub (n=stub@conference/ubuntu-developer-summit/x-549c062f6744d243) has joined #openid
  125. [15:29:37] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  126. [15:48:54] * daleolds (n=daleolds@137.65.156.73) has joined #openid
  127. [16:30:19] * jochen (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
  128. [16:55:25] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) Quit ("Lost terminal")
  129. [16:55:42] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) has joined #openid
  130. [16:56:58] * jochen (n=jochen@router.begen1.office.netnoc.eu) Quit (Remote closed the connection)
  131. [16:57:54] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) Quit (Client Quit)
  132. [16:58:05] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) has joined #openid
  133. [16:59:17] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) Quit ("Leaving")
  134. [16:59:24] * xpo (n=xpo@bearstech/xpo) has joined #openid
  135. [17:06:00] * daleolds (n=daleolds@137.65.156.73) has left #openid
  136. [17:07:54] * xpo (n=xpo@bearstech/xpo) Quit ()
  137. [17:19:12] * Tykling (i=tykling@gibfest.dk) has joined #openid
  138. [17:30:52] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) Quit ("Lost terminal")
  139. [17:45:53] * singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) has joined #openid
  140. [17:53:51] * daleolds (n=daleolds@137.65.228.116) has joined #openid
  141. [18:02:20] * xpo (n=xpo@bearstech/xpo) has joined #openid
  142. [18:33:06] * dwhittle (n=dwhittle@nat/yahoo/x-f7a49428027de86c) has joined #openid
  143. [19:01:42] * rkerr (n=rowan@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) has joined #openid
  144. [19:25:04] * jochen__ (n=jochen@91.182.193.237) has joined #openid
  145. [19:26:28] * jochen__ (n=jochen@91.182.193.237) Quit (Client Quit)
  146. [19:55:42] * rkerr (n=rowan@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) Quit ("Ex-Chat")
  147. [20:01:07] * rkerr (n=Adium@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) has joined #openid
  148. [20:08:58] * rkerr (n=Adium@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) Quit ("Leaving.")
  149. [20:49:38] * singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) Quit ("Lost terminal")
  150. [21:46:36] * singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) has joined #openid
  151. [21:49:16] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) Quit (Remote closed the connection)
  152. [22:09:51] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) has joined #openid
  153. [22:35:26] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) Quit (Client Quit)
  154. [22:43:17] * rkerr (n=Adium@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) has joined #openid
  155. [23:45:41] * mosites (n=mosites@pool-173-51-249-32.lsanca.fios.verizon.net) has joined #openid

These logs were automatically created by OpenIDlogbot on chat.freenode.net using a modified version of the Java IRC LogBot.