processone / xmpp

Erlang/Elixir XMPP parsing and serialization library on top of Fast XML

Home Page:http://process-one.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFC7622 support

zinid opened this issue · comments

RFC7622 defines XMPP address format (i.e. JID). Currently jid.erl doesn't support this and, what's worse, treats a string with blanks (e.g. server . com) as a valid JID. This should be improved.