当我尝试连接到服务器时,我有一个问题。我使用的是库和下面的代码。当我尝试连接到服务器时,我无法连接到服务器。我无法在服务器上做日志。我也试着给一些用户发了条消息。
agsXMPP.XmppClientConnection xmpp = new XmppClientConnection();
string server = "ipServer";
string user = "user";
string pass = "password";
int port = 52
我需要一些关于ejabberd的ejabberdctl process_rosteritems命令的帮助。
我要搜索"xmpp.com“jabber服务器的所有成员。
用户名单中只有"xmpp.com",而没有其他的xmpp-server。
该命令
ejabberdctl process_rosteritems delete any any any *@xmpp.com
不仅在搜索xmpp.com,还在搜索其他服务器。
所以我需要一些帮助来创建正确的命令。