Changeset - 23f8b4ef14f1
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-12-08 23:19:09
hanzz.k@gmail.com
Fixed registration from Pidgin
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/userregistration.cpp
Show inline comments
 
@@ -286,6 +286,10 @@ bool UserRegistration::handleSetRequest(const Swift::JID& from, const Swift::JID
 
				else if (textSingle->getName() == "encoding") {
 
					encoding = textSingle->getValue();
 
				}
 
				// Pidgin sends it as textSingle, not sure why...
 
				else if (textSingle->getName() == "password") {
 
					payload->setPassword(textSingle->getValue());
 
				}
 
				continue;
 
			}
 

	
0 comments (0 inline, 0 general)