Try new group text porcelein format
Process even if it already exists
Only query for disco once
Instead of every time we get told a resource is online. If we already think it
is online, then assume we already queried and just leave well enough alone.
Cuts CPU usage to normal from insane in production.
Do not report errors that come back from presence discovery
Store presence and caps/disco info in redis
Seperate out mapping for SIP URIs so SMS targets don't get caught
Allow calls from blocked caller id
Hardcode sip.cheogram.com for now
Should this be configurable per-user or just per-instance?
Switch to dhall config and add jingle FT stuff
Switch from many cli args to a dhall config file
Before we add even more config in a sec here
Nuke many log lines
We were always logging effectively in debug mode, but with the amount of active
use we have this was both a possibly privacy issue and make uselessly big log
files. I haven't looked at most of this in ages, so take it all out until
something calls for it. Things mostly work these days.
First draft of grouptext porcelein
Works, but does not pass through anything yet if target supports it, and may be
otherwise a bit rough.
Import XMPP internals because we use them
This makes cheogram actually compile with newly released upstream instead of
needing a patched version.
Remove chattiest low-value log
Only say could not join if tried to join
IQ replies should come from the full JID that requests went to
Pass through IQ errors when reasonable
Update to work on latest Debian stable