Re: missing presence packet

2015-12-09 Thread Stepan Salenikovich
wasn't an issue in the jabberd2 server :) Thanks for the help, -stepan - Original Message - From: "Stepan Salenikovich" To: "jabberd2" Sent: Tuesday, December 8, 2015 4:25:17 PM Subject: Re: missing presence packet > Have you tried running the query on the

Re: missing presence packet

2015-12-08 Thread Stepan Salenikovich
“object-sequence” or the column names are escaped in the debug log. Have you tried running the query on the database itself to check the results? Googling for mysql specific escape character suggests usage of ‘`’ character. On 12/8/15, 12:01 PM, "Stepan Salenikovich" wrote: >Hi,

Re: missing presence packet

2015-12-08 Thread Stepan Salenikovich
a...@foo-bar.domain.com"... I don't know if there could be a bug in mysql_query() causing it to not like value strings containing '-'... seems unlikely... -stepan - Original Message - From: "Tomasz Sterna" To: "jabberd2" Sent: Sunday, December 6,

missing presence packet

2015-12-04 Thread Stepan Salenikovich
Hi, I have an issue where when user A logs off, user B receives its "unavailable" presence packet, but when A logs back on, B never receives the "available" presence packet. The current work around is for user B to log off and back on again, at which point it will get the "available" presence pa