summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/session-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-181-20/+115
| | | | | whiteboard->connect dialog (bzr r884)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-101-5/+6
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* removed resource name from self's jid, allowing authentication against ↵daleharvey2006-05-081-1/+1
| | | | | jabber.org (bzr r777)
* Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey2006-05-081-0/+10
| | | | | Botty) (bzr r773)
* removed lm_initialize calls and supporting infrastructure; loudmouth 1.1.1 ↵David Yip2006-05-031-5/+10
| | | | | does not require it for Win32 operation (bzr r712)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* SP_DT_DOCUMENT -> sp_desktop_documentDavid Yip2006-04-171-2/+2
| | | (bzr r531)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1118
(bzr r1)