nativescript-xmpp

时间:2024-05-31 05:16:20
【文件属性】:

文件名称:nativescript-xmpp

文件大小:2.1MB

文件格式:ZIP

更新时间:2024-05-31 05:16:20

TypeScript

本机XMPP 安装 tns plugin add nativescript - xmpp 用法 import { isIOS } from 'tns-core-modules/platform' ; import { XMPP , Presence } from 'nativescript-xmpp' ; const xmpp = new XMPP ( { username : 'user' , password : 'password' , domain : 'localhost' , host : isIOS ? 'localhost' : '10.0.2.2' } ) ; xmpp . on ( 'connected' , args => { xmpp . login ( ) ; } ) ; xmpp . on ( 'authenticated' , ( args


网友评论