ソースを参照

Adds identification of poltergeist's in presence.

master
damencho 7年前
コミット
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
 

読み込み中…
キャンセル
保存