xeme/xeme

Add some basic jid parsing

6 months ago, Gary Kramlich
713f2c59c863
Add some basic jid parsing

We still need to figure out stringprep/precis, but this will work for the
moment as we decide what to do there.
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gi-docgen'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'Whether or not to build a GObject Introspection type library'
)
option(
'nls',
type : 'boolean', value : true, yield : true,
description : 'Install translation files'
)