소스 검색

Adds identification of poltergeist's in presence.

j8
damencho 6 년 전
부모
커밋
361e5f0fad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      resources/prosody-plugins/mod_muc_poltergeist.lua

+ 1
- 0
resources/prosody-plugins/mod_muc_poltergeist.lua 파일 보기

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

Loading…
취소
저장