mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +00:00
one runtime error less when doing friendships using xmpp clients
This commit is contained in:
parent
6072304ff1
commit
c0f78670f7
@ -158,6 +158,7 @@ msg(source, mc, data, mapping vars, showingLog) {
|
||||
ret = ::msg(source, mc, data, vars, showingLog);
|
||||
buddy = objectp(source) ? source -> qName() : source;
|
||||
jid = mkjid(source);
|
||||
if (mappingp(xbuddylist) && xbuddylist[buddy] && jid)
|
||||
emit(sprintf("<iq type='set' id='%s'>"
|
||||
"<query xmlns='jabber:iq:roster'>"
|
||||
"<item jid='%s' subscription='both'>%s"
|
||||
|
Loading…
Reference in New Issue
Block a user