1. Build server-Installation sequence-(Mysql->openfire->spark)Database: MySQLServer Management tools: OpenFireTest tool: SparkMySQL installation http://www.cnblogs.com/xiaodao/archive/2013/04/04/2999426.htmlNote: At the end of the terminal to execute the MySQL command, the last to be sealed number (;)OpenFire installation http://www.cnblogs.com/xiaodao/archive/2013/04/05/3000554.htmlBackground Management interface: http://localhost:9090/index.jspLogin name and password default is Admin adminServ
In the previous section we talked about the service-side set-up of the instant messaging program, and today we are implementing the client login.
Just like we QQ login need a unique QQ number, of course, the QQ number is used for a long time, and our real-time communication program is only temporary chat use, in order to distinguish different users, we need users
Disclaimer: MOBILEIMSDK currently for personal maintenance of the original open source project, has been compiled some information, hope to the needs of people useful.If you want to communicate with the author, see the article at the bottom of the signature, learn from each other.
MOBILEIMSDK Open Source project code hosting address please enter [email protected]: Click to entermobileimsdk android Client SDK documentation: Click to EnterLearnin
settings, support settings message notification reminders (sound vibration, etc.), support chat logs and message list empty;8, exit the popup when exiting the prompt box;There is a picture for proof:Here to explain, the personality signature is also the mood, after setting up, look at the next database, suspected and not saved to the database, so only you will be online to display the signature you have set, once the offline, your signature disappears. About the avatar display, XMPP is supporte
First, installationDownload MySQL installable DMG version to MySQL official online http://dev.mysql.com/downloads/mysql/For example:Mac OS X ver. 10.9 (x86, 64-bit), DMG ArchiveThe downloaded files are: mysql-5.6.26-osx10.9-x86_64.dmg1. Click, install in the package2. After installation, the other system preferences will appear as follows:3. Click this icon to jump out of the dialog boxClick the start MySQL server button to start MySQLSecond, open the terminal, define the MySQL alias1. Edit the.
default admin account and customize it, you need to do the following(1) in the terminal, login to the specific database (OpenFire)Mysql-u root-p OpenFireThen enter the root password of the database(2) Delete the admin account in the table "Ofuser"Delete from Ofuser where username= ' admin ';(3) Create a custom administrator (user name: Xiaodao, Password: 123)INSERT into Ofuser (username, Plainpassword, Encryptedpassword, name, email, creationdate, modificationdate) VALUES (' Xia Odao ', ' 123 '
tables in this libraryShow tables;(4) Show the structure of a table (table1)Describe Table1;(5) Building a libraryCreate database name;(6) Building a tableUse library name; CREATE table table name (field settings list);(7) Delete the librarydrop database name;(8) by deleting the tabledrop table name;(9) Empty the records in the tableDelete from table name;(10) display the records in the tableSELECT * from table name;Vi. quitting MySQLExitSeven, start and stop MySQLStart/usr/local/mysql/share/my
. Here MySQL preferred)Next and Next = then finish.6. Plugin installation:monitoring ServiceGo to the Web page:xx.xx.xx.xx:9090Click on the Green "Cross" button on the right.7. Plugin SettingsToggle the "Archive one-to-one chats" and/or "Archive Group chats"8. An instant conversation(P.S. You'll need to add some one before the conversation one-to-one, of course)In the case, create a user here:Then open the client
Detailed steps for integrating iOS development with cloud instant messaging, and ios instant messagingDetailed steps for integrating iOS development with cloud instant messaging
1. Rong cloud instant
XMPP protocol for instant messaging underlying writing (zero)-nonsense and preparation before the beginning, xmpp instant messaging
I want to write a summary for a long time, but I have been busy and have no time to calm down and do such a thing.
I once told my eldest brother Qin that I didn't have the open source spir
Today's nose instant messaging, we are waiting for an exciting moment to arrive as soon as possible. When I think of my great hardships, I learned to swim and beat me for the first time, my mom will give me a needle and put the fallen ash in the cup. I can see a familiar instant messaging figure coming to school with a
IOS instant messaging and ios instant messaging Development
XMPP is a standard protocol for international Instant Messaging (even if almost no one in China uses this Protocol). It defines IM communication standards, we still need
XMPP-IOS instant messaging development environment, xmpp-ios instant messaging1. Install MySQL
Sudo vi ~ /. Bash_profile
Enter I to enter the editing mode, and enter:
# mysqlalias mysql='/usr/local/mysql/bin/mysql'alias mysqladmin='/usr/local/mysql/bin/mysqladmin'# lsalias ls='ls -G'
Press ESC to exit the editing mode. Enter:
:wq
Save the modification content an
Share an Android-like qq lan Instant Messaging Software (file, voice, recording) and android instant messaging
1. Supported functions include text information interaction, voice chat, File Sending and recording
The source code will be appended.
Ii. UI display Diagram
3. My tests are very successful. Only one disadva
Instant Messaging is also called real-time communication, which simply means that two or more people use the network fortext、file、VoiceAndVideoof communication.First, the network to communicate, it is necessary to network protocol, Instant Messaging protocol is XMPP. The message type to be passed by the XMPP protocol i
Instant Messaging (Instant Messenger, IM) software is based on TCP/IP and UDP communication, TCP/IP and UDP are built on the lower level of the IP protocol two communication protocols. The former is in the form of data flow, the transmission data after segmentation, packaging, through the virtual circuit between the two machines, continuous, two-way, strict guara
unified standard for instant messaging, people have tried several times: the initial protocol of the IETF's Conversation Initiation Protocol (SIP) and Instant Messaging dialog and the Presentation Extension Protocol (simple), the Application Switching Protocol (APEX), the display and
support the concept of friend lists. After the first IM product ICQ was invented in 1996, the technology and functions of Instant Messaging began to be basically formed, and its working principles began to be understood, however, the protocols used by different manufacturers to implement the principles of instant messaging
been very small, until early 2005, Google in his goole groups, Gmail and other interactive applications such as the widespread use of this technology, So that Ajax is quickly accepted by everyone.The advent of Ajax makes the client and server data transfer less and much faster, but also to meet the rich user experience as the characteristics of the web2.0 era of the early development of the need, but slowly also exposed his shortcomings. For example,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.