diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/jid.ml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +(** An XMPP JID. If there is no localpart or resourcepart, they're [None]. *) type t = { localpart : string option; domainpart : string; |