資源簡介
可以發(fā)送在線消息,發(fā)送文件,顯示在線人員列表等等
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?agsXMPP;
namespace?xmpp_client
{
????public?partial?class?Form1?:?Form
????{
????????public?static?XmppClientConnection?connection;
????????public?string?jid;
????????public?Form1(XmppClientConnection?con)
????????{
????????????InitializeComponent();
????????????connection?=?con;
????????????Jid?jid_?=?new?Jid(tb_login.Text?tb_ip.Text?connection.Resource);
????????????jid?=?jid_.ToString();
????????}
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????//login
????????//public?Jid?jid;
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????connection.Username?=?tb_login.Text;
????????????connection.Server?=?tb_ip.Text;
????????????//c
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????72192??2019-04-26?09:20??xmpp\.vs\agsXMPP\v15\.suo
?????文件??????????0??2019-04-25?21:41??xmpp\.vs\agsXMPP\v15\Server\sqlite3\db.lock
?????文件???????4096??2019-04-25?21:41??xmpp\.vs\agsXMPP\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-04-25?21:49??xmpp\.vs\agsXMPP\v15\Server\sqlite3\storage.ide-shm
?????文件?????976472??2019-04-26?09:19??xmpp\.vs\agsXMPP\v15\Server\sqlite3\storage.ide-wal
?????文件???????1401??2013-03-13?10:05??xmpp\agsXMPP.sln
????..A..H.?????25600??2013-04-23?09:17??xmpp\agsXMPP.suo
?????文件???????4945??2007-07-18?09:38??xmpp\from.gif
?????文件????????144??2013-03-13?10:05??xmpp\xmpp_client\app.config
?????文件?????307200??2006-09-20?21:06??xmpp\xmpp_client\bin\Debug\agsXMPP.dll
?????文件??????17408??2019-04-26?09:19??xmpp\xmpp_client\bin\Debug\xmpp_client.exe
?????文件????????144??2013-03-13?10:05??xmpp\xmpp_client\bin\Debug\xmpp_client.exe.config
?????文件??????32256??2019-04-26?09:19??xmpp\xmpp_client\bin\Debug\xmpp_client.pdb
?????文件??????11592??2013-03-13?17:42??xmpp\xmpp_client\bin\Debug\xmpp_client.vshost.exe
?????文件????????144??2013-03-13?10:05??xmpp\xmpp_client\bin\Debug\xmpp_client.vshost.exe.config
?????文件????????490??2010-03-17?22:39??xmpp\xmpp_client\bin\Debug\xmpp_client.vshost.exe.manifest
?????文件??????24576??2013-02-22?09:24??xmpp\xmpp_client\bin\Debug\YLSystemba
?????文件???????1195??2013-03-01?09:40??xmpp\xmpp_client\Form1.cs
?????文件???????3594??2019-04-25?21:43??xmpp\xmpp_client\Form1.Designer.cs
?????文件???????5814??2013-02-28?09:40??xmpp\xmpp_client\Form1.resx
?????文件??????10746??2013-03-13?17:53??xmpp\xmpp_client\Form2.cs
?????文件???????6920??2013-03-01?11:16??xmpp\xmpp_client\Form2.Designer.cs
?????文件???????6019??2013-03-01?11:16??xmpp\xmpp_client\Form2.resx
?????文件????????827??2019-04-25?21:42??xmpp\xmpp_client\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6707??2019-04-25?21:41??xmpp\xmpp_client\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????332??2013-03-13?13:35??xmpp\xmpp_client\obj\Debug\GenerateResource.read.1.tlog
?????文件????????816??2013-03-13?13:35??xmpp\xmpp_client\obj\Debug\GenerateResource.write.1.tlog
?????文件???????7619??2013-03-13?17:41??xmpp\xmpp_client\obj\Debug\ResolveAssemblyReference.cache
?????文件???????4608??2013-03-13?10:05??xmpp\xmpp_client\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件??????????0??2019-04-26?09:19??xmpp\xmpp_client\obj\Debug\xmpp_client.csproj.CopyComplete
............此處省略91個文件信息
- 上一篇:FastDFS分布式文件系統(tǒng)
- 下一篇:模擬銀行充值系統(tǒng)案例
評論
共有 條評論