Browse Source

Adds identification of poltergeist's in presence.

master
damencho 7 years ago
parent
commit
361e5f0fad
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      resources/prosody-plugins/mod_muc_poltergeist.lua

+ 1
- 0
resources/prosody-plugins/mod_muc_poltergeist.lua View File

447
 	    from = component.."/"..nick,
447
 	    from = component.."/"..nick,
448
    }):tag("x", { xmlns = MUC_NS }):up();
448
    }):tag("x", { xmlns = MUC_NS }):up();
449
 
449
 
450
+    p:tag("bot", { type = "poltergeist" }):up();
450
     p:tag("call_cancel"):text(nil):up();
451
     p:tag("call_cancel"):text(nil):up();
451
     p:tag("call_id"):text(username):up();
452
     p:tag("call_id"):text(username):up();
452
 
453
 

Loading…
Cancel
Save