-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
args-out-of-range error when reading timestamps on Jabber messages #25
Comments
I hunted this down to It looks like What I'm seeing here looks like the fraction is from index 20 to 25 (and not 20 to 22), and index 26 is just Do you know why the Jabber server could be providing timestamps like this, with no timezone information, and with longer fractions than |
Did you had a look at https://xmpp.org/extensions/xep-0082.html (if it applies) to determine if it's a valid format? |
Excellent, thanks for the link. Now I know where to look for standards like this! Yes. It appears that fractions can be any number of digits:
It's weird. I can see how having The way I understand this is that fractions of a second are any character between the If you reach |
… from hdasch/emacs-jabber:illiterate into illiterate Reviewed-on: https://codeberg.org/emacs-jabber/emacs-jabber/pulls/25
when I look in the fsm-debug buffer, I see errors like this:
I'm using the latest version of jabber.el, and Emacs 26.1 on the Mac.
Thanks!
The text was updated successfully, but these errors were encountered: