Re: [prosody-dev] Problems adding vCard to support for email forwarding on v.10

2015-03-20 Thread Waqas Hussain
Hey Simon, you have two problems. 1) jid_bare gives you usern...@example.com. You just want username, without the @hostname, so use jid_split 2) You don't check for the vCard being nil (i.e., the user has no vCard data stored) Here's what your code could look like: local

[prosody-dev] prosody v.0.10 docker does not log to logspout

2015-03-20 Thread Simon Hill
I'm trying to use https://github.com/gliderlabs/logspout to siphon remote prosody docker logs to Paper Trai https://papertrailapp.coml. I have the config *console; -- Log to the console, useful for debugging with daemonize=false For some unknown reason, logspout doesn't pick this up. I have