sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

On messages with time, query the user to use their time offset #36

Closed sylae closed 8 years ago

sylae commented 8 years ago

(see cburschka/cadence#290)

  1. Use XEP-0202 to ask the user their timezone on join (optionally using disco first to determine if they support this xep).
  2. Parse the resulting <tzo> element and store it in the $roster class.
  3. ...
  4. Profit!